summaryrefslogtreecommitdiff
path: root/contrib/ivshmem-client/meson.build
blob: 3c8b09af4bf05a32a740c763079b9a1c065b75ab (plain)
1
2
3
4
executable('ivshmem-client', files('ivshmem-client.c', 'main.c'), genh,
           dependencies: glib,
           build_by_default: host_os == 'linux',
           install: false)