diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-07-16 19:40:16 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:15 -0400 |
commit | de59dda32db56a0126047f74ec817df181f22f4a (patch) | |
tree | e43b9dda945ff327cc5f3738b93509b4324cb986 /meson.build | |
parent | 3afe7ab0d3f40270cb4dac58a8895ba21a646df6 (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.build | 1 |
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 |