New-Cli-Installer/subprojects/packagefiles/spdlog/meson_options.txt
Vladislav Nepogodin 3474ead1c0
🚧 hot fix
2021-12-19 15:41:05 +04:00

5 lines
329 B
Meson

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')