New-Cli-Installer/subprojects/packagefiles/spdlog/meson_options.txt

5 lines
329 B
Meson
Raw Normal View History

2021-12-19 19:41:05 +08:00
option('tests', type: 'boolean', value: false, description: 'Build the unit tests')
option('compile_library', type: 'boolean', value: false, description: 'Builds a static/shared lib for faster compile times')
option('external_fmt', type: 'boolean', value: false, description: 'Builds with external fmt lib instead of internal')