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