summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-18 12:48:08 -0400
committerDavid Robillard <d@drobilla.net>2022-08-18 12:48:08 -0400
commitf83fb4a252b4eeef1c8b5696e2d604a946385e82 (patch)
tree05b5d59ce7ea7649f9aab296008ec62eaa1e7a03 /meson.build
parent5f0dd782d7deca9b34aba578bd5c9f5fb22eb5bd (diff)
downloadzix-f83fb4a252b4eeef1c8b5696e2d604a946385e82.tar.gz
zix-f83fb4a252b4eeef1c8b5696e2d604a946385e82.tar.bz2
zix-f83fb4a252b4eeef1c8b5696e2d604a946385e82.zip
Clean up Python scripts
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 8cfa24a..8805474 100644
--- a/meson.build
+++ b/meson.build
@@ -279,6 +279,8 @@ if not get_option('benchmarks').disabled()
endif
endif
+subdir('scripts')
+
if not meson.is_subproject()
summary('Benchmarks', build_benchmarks, bool_yn: true)
summary('Tests', not get_option('tests').disabled(), bool_yn: true)