mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 21:03:54 -06:00

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