meson: add option to build tests, default to false

This commit is contained in:
Randy
2020-08-05 22:49:52 +02:00
parent 640795a771
commit 92b75a1345
2 changed files with 12 additions and 8 deletions

1
meson_options.txt Normal file
View File

@@ -0,0 +1 @@
option('build_tests', type : 'boolean', value : false, description : 'Build tests')