Sign in
qemu
/
qemu
/
9bb4b066cce7b3cc1f5893dd5f05bf9ee279d383
/
.
/
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
)