mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
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:
2
meson_options.txt
Normal file
2
meson_options.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
option('build_tests', type: 'boolean', value: true)
|
||||
option('build_benchmark', type: 'boolean', value: true)
|
||||
Reference in New Issue
Block a user