xref: /openbmc/qemu/contrib/vhost-user-blk/meson.build (revision 8b7fcb8ed159d1caeb0b6e5b753b539d65092282)
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