xref: /openbmc/qemu/contrib/vhost-user-blk/meson.build (revision b9e6074fc5b429b1e956e9c60db7e284a91e0f3d)
1executable('vhost-user-blk', files('vhost-user-blk.c'),
2           dependencies: [qemuutil, vhost_user],
3           build_by_default: targetos == 'linux',
4           install: false)
5