diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
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) |