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