summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau2019-08-18 14:13:08 +0200
committerPaolo Bonzini2020-08-21 12:30:36 +0200
commit1a82878a0840ec963119fdf40895d87861884f40 (patch)
tree787abefb8025417f9e9baac3cfc04d615ab95298 /meson.build
parentmeson: target (diff)
downloadqemu-1a82878a0840ec963119fdf40895d87861884f40.tar.gz
qemu-1a82878a0840ec963119fdf40895d87861884f40.tar.xz
qemu-1a82878a0840ec963119fdf40895d87861884f40.zip
meson: accel
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 ac59ccc935..baf9b69e99 100644
--- a/meson.build
+++ b/meson.build
@@ -704,6 +704,7 @@ subdir('monitor')
subdir('net')
subdir('replay')
subdir('hw')
+subdir('accel')
# needed for fuzzing binaries
subdir('tests/qtest/libqos')