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