We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcdb3e3 commit 0b07feaCopy full SHA for 0b07fea
CMakeSettings.json
@@ -0,0 +1,26 @@
1
+{
2
+ "configurations": [
3
+ {
4
+ "name": "Debug",
5
+ "generator": "Ninja",
6
+ "configurationType": "Debug",
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": "Release",
16
17
+ "configurationType": "RelWithDebInfo",
18
19
20
21
22
+ "ctestCommandArgs": "",
23
+ "inheritEnvironments": [ "msvc_x64_x64" ]
24
+ }
25
+ ]
26
+}
0 commit comments