1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-29 04:03:51 +00:00

Add more useful preset settings

This commit is contained in:
Chris Thrasher 2025-04-26 18:20:10 -06:00
parent 371b11b5a8
commit e8f4b60e62
No known key found for this signature in database
GPG Key ID: 56FB686C9DFC8E2C

View File

@ -3,9 +3,13 @@
"configurePresets": [ "configurePresets": [
{ {
"name": "basic-tests", "name": "basic-tests",
"binaryDir": "build",
"installDir": "build/install",
"displayName": "Basic development build", "displayName": "Basic development build",
"description": "Enables development build with basic tests that are cheap to build and run", "description": "Enables development build with basic tests that are cheap to build and run",
"cacheVariables": { "cacheVariables": {
"CMAKE_CXX_EXTENSIONS": "OFF",
"CMAKE_CXX_STANDARD_REQUIRED": "ON",
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON", "CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"CATCH_DEVELOPMENT_BUILD": "ON" "CATCH_DEVELOPMENT_BUILD": "ON"
} }