xref: /openbmc/qemu/contrib/vhost-user-blk/meson.build (revision 940e43aa30e0f793bd18b79221296cdf17724018)
1# FIXME: broken on 32-bit architectures
2executable('vhost-user-blk', files('vhost-user-blk.c'),
3           dependencies: [qemuutil, vhost_user],
4           build_by_default: false,
5           install: false)
6