mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-24 06:52:24 +08:00
5 lines
329 B
Meson
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')
|