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 f590d0f commit 1ad6af2Copy full SHA for 1ad6af2
CMakeSettings.json
@@ -0,0 +1,30 @@
1
+{
2
+ "configurations": [
3
+ {
4
+ "name": "x64-Release",
5
+ "generator": "Ninja",
6
+ "configurationType": "Release",
7
+ "inheritEnvironments": [
8
+ "msvc_x86_x64"
9
+ ],
10
+ "buildRoot": "${workspaceRoot}\\build\\${name}",
11
+ "installRoot": "${workspaceRoot}\\install\\${name}",
12
+ "cmakeCommandArgs": "",
13
+ "buildCommandArgs": "-v",
14
+ "ctestCommandArgs": ""
15
+ },
16
17
+ "name": "x64-Debug",
18
19
+ "configurationType": "Debug",
20
21
22
23
24
25
26
27
28
+ }
29
+ ]
30
+}
0 commit comments