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