Implement default_library option

This commit is contained in:
Daniel 2024-10-11 16:43:47 +02:00 committed by GitHub
parent fa43b77429
commit e9c36da60e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@
project(
'catch2',
'cpp',
default_options: ['default_library=static'],
version: '3.7.1', # CML version placeholder, don't delete
license: 'BSL-1.0',
meson_version: '>=0.54.1',