fix: Add option to disable tests and benchmarks with Meson (#216)

Co-authored-by: Benedikt Bastin <benedikt@benedikt-bastin.de>
This commit is contained in:
Benedikt Bastin
2023-01-28 13:06:50 +01:00
committed by GitHub
parent d462b9f829
commit 44b23f2ce7
2 changed files with 24 additions and 25 deletions

2
meson_options.txt Normal file
View File

@@ -0,0 +1,2 @@
option('build_tests', type: 'boolean', value: true)
option('build_benchmark', type: 'boolean', value: true)