Skip to content

Commit d86ca9d

Browse files
committed
feat: Paste visual studio support from YimMenu.
1 parent 562fd55 commit d86ca9d

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

CMakeSettings.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "x64-Release-FastCompile",
5+
"generator": "Ninja",
6+
"configurationType": "RelWithDebInfo",
7+
"inheritEnvironments": [ "msvc_x64_x64" ],
8+
"buildRoot": "${projectDir}\\out\\build\\${name}",
9+
"installRoot": "${projectDir}\\out\\install\\${name}",
10+
"cmakeCommandArgs": "",
11+
"buildCommandArgs": "",
12+
"ctestCommandArgs": ""
13+
},
14+
{
15+
"name": "x64-Release",
16+
"generator": "Ninja",
17+
"configurationType": "RelWithDebInfo",
18+
"inheritEnvironments": [ "msvc_x64_x64" ],
19+
"buildRoot": "${projectDir}\\out\\build\\${name}",
20+
"installRoot": "${projectDir}\\out\\install\\${name}",
21+
"cmakeCommandArgs": "",
22+
"buildCommandArgs": "",
23+
"ctestCommandArgs": "",
24+
"variables": [ {"name": "OPTIMIZE", "value": "YES", "type": "BOOL"} ]
25+
},
26+
{
27+
"name": "x64-Debug",
28+
"generator": "Ninja",
29+
"configurationType": "Debug",
30+
"buildRoot": "${projectDir}\\out\\build\\${name}",
31+
"installRoot": "${projectDir}\\out\\install\\${name}",
32+
"cmakeCommandArgs": "",
33+
"buildCommandArgs": "",
34+
"ctestCommandArgs": "",
35+
"inheritEnvironments": [ "msvc_x64_x64" ],
36+
"variables": []
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)