summaryrefslogtreecommitdiff
path: root/disas/libvixl/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'disas/libvixl/meson.build')
-rw-r--r--disas/libvixl/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/disas/libvixl/meson.build b/disas/libvixl/meson.build
new file mode 100644
index 0000000000..5e2eb33e8e
--- /dev/null
+++ b/disas/libvixl/meson.build
@@ -0,0 +1,7 @@
+libvixl_ss.add(files(
+ 'vixl/a64/decoder-a64.cc',
+ 'vixl/a64/disasm-a64.cc',
+ 'vixl/a64/instructions-a64.cc',
+ 'vixl/compiler-intrinsics.cc',
+ 'vixl/utils.cc',
+))