mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
contrib/vhost-user-input: convert to meson
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
a9c9727c02
commit
32fcc6244c
5 changed files with 6 additions and 13 deletions
5
contrib/vhost-user-input/meson.build
Normal file
5
contrib/vhost-user-input/meson.build
Normal file
|
@ -0,0 +1,5 @@
|
|||
executable('vhost-user-input', files('main.c'),
|
||||
link_with: libvhost_user,
|
||||
dependencies: qemuutil,
|
||||
build_by_default: targetos == 'linux',
|
||||
install: false)
|
Loading…
Add table
Add a link
Reference in a new issue