Export compile commands

This commit is contained in:
Chris Thrasher 2025-04-25 23:28:48 -06:00
parent 25b86ef3fd
commit edb6f80867
No known key found for this signature in database
GPG Key ID: 56FB686C9DFC8E2C

View File

@ -6,6 +6,7 @@
"displayName": "Basic development build",
"description": "Enables development build with basic tests that are cheap to build and run",
"cacheVariables": {
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"CATCH_DEVELOPMENT_BUILD": "ON"
}
},