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