Sign in
qemu
/
qemu
/
f8c8a8606071b2966f83ebaccc69714ac3cad548
/
.
/
contrib
/
vhost-user-blk
/
meson.build
blob: 601ea15ef54a46086674acffd1940cba0e08b667 [
file
] [
log
] [
blame
]
# FIXME: broken on 32-bit architectures
executable
(
'vhost-user-blk'
,
files
(
'vhost-user-blk.c'
),
dependencies
:
[
qemuutil
,
vhost_user
],
build_by_default
:
false
,
install
:
false
)