This commit is contained in:
Fire Cube 2025-06-25 11:10:15 +02:00 committed by GitHub
parent 06cae185c9
commit 59e09bfad3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,18 +25,9 @@
{
"name": "x64-Clang-Debug",
"displayName": "Clang x64 Debug",
"generator": "Ninja",
"binaryDir": "${sourceDir}/Build/x64-Clang-Debug",
"inherits": ["x64-Clang-Base"],
"cacheVariables": {
"CMAKE_C_COMPILER": "clang-cl",
"CMAKE_CXX_COMPILER": "clang-cl",
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_INSTALL_PREFIX": "${sourceDir}/Install/x64-Clang-Debug"
},
"vendor": {
"microsoft.com/VisualStudioSettings/CMake/1.0": {
"intelliSenseMode": "windows-clang-x64"
}
"CMAKE_BUILD_TYPE": "Debug"
}
},
{