mirror of
https://github.com/catchorg/Catch2
synced 2026-01-19 04:52:08 +00:00
3 lines
167 B
Meson
3 lines
167 B
Meson
option('tests', type: 'boolean', value: true, description: 'Build the unit tests')
|
|
option('install', type: 'boolean', value: true, description: 'Install the library')
|