aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-07-16 19:40:16 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:15 -0400
commitde59dda32db56a0126047f74ec817df181f22f4a (patch)
treee43b9dda945ff327cc5f3738b93509b4324cb986 /meson.build
parent3afe7ab0d3f40270cb4dac58a8895ba21a646df6 (diff)
meson: convert qom directory to Meson (tools part)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 6384401e9f..658d45c4c6 100644
--- a/meson.build
+++ b/meson.build
@@ -340,6 +340,7 @@ libqemuutil = static_library('qemuutil',
qemuutil = declare_dependency(link_with: libqemuutil,
sources: genh + version_res)
+subdir('qom')
subdir('fsdev')
# Other build targets