hw/mips/cps: Expose input clock and connect it to CPU cores
[qemu/ar7.git] / contrib / vhost-user-blk / meson.build
blob5db8cc3fe2b3de5a67ab5cc8a81cad046d8e84fd
1 # FIXME: broken on 32-bit architectures
2 executable('vhost-user-blk', files('vhost-user-blk.c'),
3            link_with: libvhost_user,
4            dependencies: qemuutil,
5            build_by_default: false,
6            install: false)