mirror of https://github.com/xemu-project/xemu.git
5 lines
174 B
Meson
5 lines
174 B
Meson
![]() |
executable('ivshmem-client', files('ivshmem-client.c', 'main.c'),
|
||
|
dependencies: glib,
|
||
|
build_by_default: targetos == 'linux',
|
||
|
install: false)
|