We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b4571 commit dd5710bCopy full SHA for dd5710b
1 file changed
CMakePresets.json
@@ -1,5 +1,5 @@
1
{
2
- "version": 3,
+ "version": 3,
3
"configurePresets": [
4
5
"name": "base",
@@ -166,6 +166,24 @@
166
"cacheVariables": {
167
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
168
}
169
+ },
170
+ {
171
+ "displayName": "SDL MSVC x64 Debug",
172
+ "name": "sdl-x64-msvc-debug",
173
+ "inherits": "msvc-x64-base",
174
+ "cacheVariables": {
175
+ "CMAKE_BUILD_TYPE": "Debug",
176
+ "3DMM_GUI": "SDL"
177
+ }
178
179
180
+ "displayName": "SDL ClangCL x64 Debug",
181
+ "name": "sdl-x64-clangcl-debug",
182
+ "inherits": "clangcl:x64:base",
183
184
185
186
187
188
]
-}
189
+}
0 commit comments