aboutsummaryrefslogtreecommitdiff
path: root/contrib/vhost-user-blk/meson.build
blob: ac1eece37a450eef7906a4c64076d6c438cfcd94 (plain)
1
2
3
4
executable('vhost-user-blk', files('vhost-user-blk.c'),
           dependencies: [qemuutil, vhost_user],
           build_by_default: host_os == 'linux',
           install: false)