File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 122
122
"strategy" : " set"
123
123
}
124
124
},
125
+ {
126
+ "name" : " x64-Clang-Windows-RelWithDebInfo" ,
127
+ "description" : " Windows and Clang" ,
128
+ "generator" : " Visual Studio 17 2022" ,
129
+ "binaryDir" : " ${sourceDir}/build/" ,
130
+ "installDir" : " ${sourceDir}/build/" ,
131
+ "cacheVariables" : {
132
+ "CMAKE_VERBOSE_MAKEFILE" : " ON" ,
133
+ "CMAKE_C_COMPILER" : " clang-cl" ,
134
+ "CMAKE_CXX_COMPILER" : " clang-cl" ,
135
+ "CMAKE_BUILD_TYPE" : " RelWithDebInfo"
136
+ },
137
+ "toolset" : " ClangCL" ,
138
+ "condition" : {
139
+ "type" : " equals" ,
140
+ "lhs" : " ${hostSystemName}" ,
141
+ "rhs" : " Windows"
142
+ },
143
+ "architecture" : {
144
+ "value" : " x64" ,
145
+ "strategy" : " set"
146
+ },
147
+ "vendor" : {
148
+ "microsoft.com/VisualStudioSettings/CMake/1.0" : {
149
+ "intelliSenseMode" : " windows-clang-x64"
150
+ }
151
+ }
152
+ },
125
153
{
126
154
"name" : " x64-Clang-Windows-Debug" ,
127
155
"description" : " Windows and Clang" ,
You can’t perform that action at this time.
0 commit comments