mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
meson: convert io directory 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
5582c58f82
commit
7fcfd45666
6 changed files with 28 additions and 15 deletions
|
@ -346,6 +346,7 @@ libqemuutil = static_library('qemuutil',
|
|||
qemuutil = declare_dependency(link_with: libqemuutil,
|
||||
sources: genh + version_res)
|
||||
|
||||
subdir('io')
|
||||
subdir('fsdev')
|
||||
|
||||
# Other build targets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue