|
14 | 14 | "binaryDir": "${sourceDir}/out/build/${presetName}", |
15 | 15 | "installDir": "${sourceDir}/out/install/${presetName}" |
16 | 16 | }, |
17 | | - |
18 | 17 | { |
19 | 18 | "name": "x64", |
20 | 19 | "architecture": { |
21 | 20 | "value": "x64", |
22 | 21 | "strategy": "external" |
23 | 22 | }, |
24 | | - "cacheVariables": { "DXMATH_ARCHITECTURE": "x64" }, |
| 23 | + "cacheVariables": { |
| 24 | + "DXMATH_ARCHITECTURE": "x64" |
| 25 | + }, |
25 | 26 | "hidden": true |
26 | 27 | }, |
27 | 28 | { |
|
30 | 31 | "value": "x86", |
31 | 32 | "strategy": "external" |
32 | 33 | }, |
33 | | - "cacheVariables": { "DXMATH_ARCHITECTURE": "x86" }, |
| 34 | + "cacheVariables": { |
| 35 | + "DXMATH_ARCHITECTURE": "x86" |
| 36 | + }, |
34 | 37 | "hidden": true |
35 | 38 | }, |
36 | 39 | { |
|
39 | 42 | "value": "arm64", |
40 | 43 | "strategy": "external" |
41 | 44 | }, |
42 | | - "cacheVariables": { "DXMATH_ARCHITECTURE": "arm64" }, |
| 45 | + "cacheVariables": { |
| 46 | + "DXMATH_ARCHITECTURE": "arm64" |
| 47 | + }, |
43 | 48 | "hidden": true |
44 | 49 | }, |
45 | 50 | { |
|
48 | 53 | "value": "arm64ec", |
49 | 54 | "strategy": "external" |
50 | 55 | }, |
51 | | - "cacheVariables": { "DXMATH_ARCHITECTURE": "arm64ec" }, |
| 56 | + "cacheVariables": { |
| 57 | + "DXMATH_ARCHITECTURE": "arm64ec" |
| 58 | + }, |
52 | 59 | "environment": { |
53 | 60 | "CFLAGS": "/arm64EC", |
54 | 61 | "CXXFLAGS": "/arm64EC" |
55 | 62 | }, |
56 | 63 | "hidden": true |
57 | 64 | }, |
58 | | - |
59 | 65 | { |
60 | 66 | "name": "Debug", |
61 | | - "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug" }, |
| 67 | + "cacheVariables": { |
| 68 | + "CMAKE_BUILD_TYPE": "Debug" |
| 69 | + }, |
62 | 70 | "hidden": true |
63 | 71 | }, |
64 | 72 | { |
65 | 73 | "name": "Release", |
66 | | - "cacheVariables": { "CMAKE_BUILD_TYPE": "RelWithDebInfo" }, |
| 74 | + "cacheVariables": { |
| 75 | + "CMAKE_BUILD_TYPE": "RelWithDebInfo" |
| 76 | + }, |
67 | 77 | "hidden": true |
68 | 78 | }, |
69 | | - |
70 | 79 | { |
71 | 80 | "name": "OneCore", |
72 | | - "cacheVariables": { "BUILD_FOR_ONECORE": true }, |
| 81 | + "cacheVariables": { |
| 82 | + "BUILD_FOR_ONECORE": true |
| 83 | + }, |
73 | 84 | "hidden": true |
74 | 85 | }, |
75 | 86 | { |
76 | 87 | "name": "AVX", |
77 | | - "cacheVariables": { "BUILD_AVX_TEST": true }, |
| 88 | + "cacheVariables": { |
| 89 | + "BUILD_AVX_TEST": true |
| 90 | + }, |
78 | 91 | "hidden": true |
79 | 92 | }, |
80 | 93 | { |
81 | 94 | "name": "AVX2", |
82 | | - "cacheVariables": { "BUILD_AVX2_TEST": true }, |
| 95 | + "cacheVariables": { |
| 96 | + "BUILD_AVX2_TEST": true |
| 97 | + }, |
83 | 98 | "hidden": true |
84 | 99 | }, |
85 | 100 | { |
86 | 101 | "name": "F16C", |
87 | | - "cacheVariables": { "BUILD_F16C_TEST": true }, |
| 102 | + "cacheVariables": { |
| 103 | + "BUILD_F16C_TEST": true |
| 104 | + }, |
88 | 105 | "hidden": true |
89 | 106 | }, |
90 | 107 | { |
91 | 108 | "name": "NI", |
92 | | - "cacheVariables": { "BUILD_NO_INTRINSICS": true }, |
| 109 | + "cacheVariables": { |
| 110 | + "BUILD_NO_INTRINSICS": true |
| 111 | + }, |
93 | 112 | "hidden": true |
94 | 113 | }, |
95 | | - |
96 | 114 | { |
97 | 115 | "name": "MSVC", |
98 | 116 | "hidden": true, |
|
203 | 221 | { "name": "x64-Debug-Linux" , "description": "WSL x64 (Debug) - SSE/SSE2", "inherits": [ "base", "x64", "Debug" ] }, |
204 | 222 | { "name": "x64-Release-Linux" , "description": "WSL x64 (Release) - SSE/SSE2", "inherits": [ "base", "x64", "Release" ] } |
205 | 223 | ], |
| 224 | + |
206 | 225 | "testPresets": [ |
207 | 226 | { "name": "x64-Debug" , "configurePreset": "x64-Debug" }, |
208 | 227 | { "name": "x64-Release" , "configurePreset": "x64-Release" }, |
|
0 commit comments