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