Sign in
qemu
/
qemu
/
02b8e735c16d50e2108621a4af283989b38f508b
/
.
/
contrib
/
vhost-user-blk
/
meson.build
blob: 5db8cc3fe2b3de5a67ab5cc8a81cad046d8e84fd [
file
] [
log
] [
blame
]
# FIXME: broken on 32-bit architectures
executable
(
'vhost-user-blk'
,
files
(
'vhost-user-blk.c'
),
link_with
:
libvhost_user
,
dependencies
:
qemuutil
,
build_by_default
:
false
,
install
:
false
)