mirror of
https://github.com/qemu/qemu.git
synced 2025-07-29 23:18:25 +00:00

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
6 lines
197 B
Meson
6 lines
197 B
Meson
executable('vhost-user-input', files('main.c'),
|
|
link_with: libvhost_user,
|
|
dependencies: qemuutil,
|
|
build_by_default: targetos == 'linux',
|
|
install: false)
|