xref: /openbmc/qemu/contrib/ivshmem-client/meson.build (revision c4fa97c7f216fc80b09a5d32be847ff8d502cba6)
1executable('ivshmem-client', files('ivshmem-client.c', 'main.c'), genh,
2           dependencies: glib,
3           build_by_default: host_os == 'linux',
4           install: false)
5