b962a1d507
This will be needed as soon as config-poison.h moves from configure to a meson custom_target (which is built at "ninja" time). Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
5 lines
180 B
Meson
5 lines
180 B
Meson
executable('ivshmem-client', files('ivshmem-client.c', 'main.c'), genh,
|
|
dependencies: glib,
|
|
build_by_default: targetos == 'linux',
|
|
install: false)
|