Skip to content

Commit ca18e1e

Browse files
sbraveyoungsfeiwong
authored andcommitted
add missed files for windows
1 parent 4355606 commit ca18e1e

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

CMakePresets.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"version": 5,
3+
"configurePresets": [{
4+
"name": "x86-Debug",
5+
"displayName": "Windows x86 Debug",
6+
"architecture": {
7+
"value": "Win32",
8+
"strategy": "set"
9+
},
10+
"cacheVariables": {
11+
"CMAKE_BUILD_TYPE": "Debug"
12+
},
13+
"vendor": {
14+
"microsoft.com/VisualStudioSettings/CMake/1.0": {
15+
"hostOS": ["Windows"]
16+
}
17+
}
18+
},
19+
{
20+
"name": "x64-Debug",
21+
"displayName": "Windows x64 Debug",
22+
"architecture": {
23+
"value": "x64",
24+
"strategy": "set"
25+
},
26+
"cacheVariables": {
27+
"CMAKE_BUILD_TYPE": "Debug"
28+
},
29+
"vendor": {
30+
"microsoft.com/VisualStudioSettings/CMake/1.0": {
31+
"hostOS": ["Windows"]
32+
}
33+
}
34+
},
35+
{
36+
"name": "x86-Release",
37+
"displayName": "Windows x86 Release",
38+
"architecture": {
39+
"value": "Win32",
40+
"strategy": "set"
41+
},
42+
"cacheVariables": {
43+
"CMAKE_BUILD_TYPE": "Release"
44+
},
45+
"vendor": {
46+
"microsoft.com/VisualStudioSettings/CMake/1.0": {
47+
"hostOS": ["Windows"]
48+
}
49+
}
50+
},
51+
{
52+
"name": "x64-Release",
53+
"displayName": "Windows x64 Release",
54+
"architecture": {
55+
"value": "x64",
56+
"strategy": "set"
57+
},
58+
"cacheVariables": {
59+
"CMAKE_BUILD_TYPE": "Release"
60+
},
61+
"vendor": {
62+
"microsoft.com/VisualStudioSettings/CMake/1.0": {
63+
"hostOS": ["Windows"]
64+
}
65+
}
66+
}
67+
]
68+
}

0 commit comments

Comments
 (0)