mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-15 08:01:30 +08:00
Enabled tests under meson by default
This commit is contained in:
parent
21f7f78130
commit
c081919320
@ -1,6 +1,6 @@
|
||||
option('external_fmt', type: 'boolean', value: false, description: 'Use external fmt package instead of the bundled')
|
||||
option('enable_examples', type: 'boolean', value: true, description: 'Build examples')
|
||||
option('enable_benchmarks', type: 'boolean', value: false, description: 'Build benchmarks')
|
||||
option('enable_tests', type: 'boolean', value: false, description: 'Build tests')
|
||||
option('enable_tests', type: 'boolean', value: true, description: 'Build tests')
|
||||
option('library_type', type: 'combo', choices: ['static', 'shared'], value: 'static', description: 'Library build type')
|
||||
option('no_exceptions', type: 'boolean', value: false, description: 'Disabled exceptions - abort() instead any error')
|
||||
|
Loading…
Reference in New Issue
Block a user