Skip to content

Commit dd5710b

Browse files
committed
Add SDL debug builds to CMakePresets
1 parent f8b4571 commit dd5710b

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

CMakePresets.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 3,
2+
"version": 3,
33
"configurePresets": [
44
{
55
"name": "base",
@@ -166,6 +166,24 @@
166166
"cacheVariables": {
167167
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
168168
}
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+
"cacheVariables": {
184+
"CMAKE_BUILD_TYPE": "Debug",
185+
"3DMM_GUI": "SDL"
186+
}
169187
}
170188
]
171-
}
189+
}

0 commit comments

Comments
 (0)