Skip to content

Commit 2e979c4

Browse files
committed
JSON reformat
1 parent 94d5dd7 commit 2e979c4

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

CMakePresets.json

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
"binaryDir": "${sourceDir}/out/build/${presetName}",
1515
"installDir": "${sourceDir}/out/install/${presetName}"
1616
},
17-
1817
{
1918
"name": "x64",
2019
"architecture": {
2120
"value": "x64",
2221
"strategy": "external"
2322
},
24-
"cacheVariables": { "DIRECTX_ARCH": "x64" },
23+
"cacheVariables": {
24+
"DIRECTX_ARCH": "x64"
25+
},
2526
"hidden": true
2627
},
2728
{
@@ -30,7 +31,9 @@
3031
"value": "x86",
3132
"strategy": "external"
3233
},
33-
"cacheVariables": { "DIRECTX_ARCH": "x86" },
34+
"cacheVariables": {
35+
"DIRECTX_ARCH": "x86"
36+
},
3437
"hidden": true
3538
},
3639
{
@@ -39,7 +42,9 @@
3942
"value": "arm64",
4043
"strategy": "external"
4144
},
42-
"cacheVariables": { "DIRECTX_ARCH": "arm64" },
45+
"cacheVariables": {
46+
"DIRECTX_ARCH": "arm64"
47+
},
4348
"hidden": true
4449
},
4550
{
@@ -48,29 +53,30 @@
4853
"value": "arm64ec",
4954
"strategy": "external"
5055
},
51-
"cacheVariables": { "DIRECTX_ARCH": "arm64ec" },
56+
"cacheVariables": {
57+
"DIRECTX_ARCH": "arm64ec"
58+
},
5259
"environment": {
5360
"CFLAGS": "/arm64EC",
5461
"CXXFLAGS": "/arm64EC"
5562
},
5663
"hidden": true
5764
},
58-
5965
{
6066
"name": "Debug",
61-
"cacheVariables": { "CMAKE_BUILD_TYPE": "Debug" },
67+
"cacheVariables": {
68+
"CMAKE_BUILD_TYPE": "Debug"
69+
},
6270
"hidden": true
6371
},
6472
{
6573
"name": "Release",
66-
"cacheVariables":
67-
{
68-
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
69-
"CMAKE_INTERPROCEDURAL_OPTIMIZATION": true
74+
"cacheVariables": {
75+
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
76+
"CMAKE_INTERPROCEDURAL_OPTIMIZATION": true
7077
},
7178
"hidden": true
7279
},
73-
7480
{
7581
"name": "MSVC",
7682
"hidden": true,
@@ -120,7 +126,6 @@
120126
"strategy": "external"
121127
}
122128
},
123-
124129
{
125130
"name": "Win8",
126131
"cacheVariables": {
@@ -201,19 +206,16 @@
201206
"strategy": "external"
202207
}
203208
},
204-
205209
{
206210
"name": "Analyze",
207-
"cacheVariables":
208-
{
211+
"cacheVariables": {
209212
"ENABLE_CODE_ANALYSIS": true
210213
},
211214
"hidden": true
212215
},
213216
{
214217
"name": "Coverage",
215-
"cacheVariables":
216-
{
218+
"cacheVariables": {
217219
"BUILD_TOOLS": false,
218220
"ENABLE_CODE_COVERAGE": true
219221
},
@@ -317,6 +319,7 @@
317319
{ "name": "x64-Coverage-Clang", "description": "Clang/LLVM for x64 (Debug) with DX12 w/ Code Coverage", "inherits": [ "base", "x64", "Debug", "Clang", "Coverage" ] },
318320
{ "name": "x64-Fuzzing" , "description": "MSVC for x64 (Release) with ASan", "inherits": [ "base", "x64", "Release", "MSVC", "Fuzzing" ] }
319321
],
322+
320323
"testPresets": [
321324
{ "name": "x64-Debug" , "configurePreset": "x64-Debug" },
322325
{ "name": "x64-Release" , "configurePreset": "x64-Release" },

0 commit comments

Comments
 (0)