File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
- /build * /*
1
+ /build * /*
2
+ .vs
Original file line number Diff line number Diff line change
1
+ {
2
+ "configurations" : [
3
+ {
4
+ "name" : " x64-Debug" ,
5
+ "generator" : " Ninja" ,
6
+ "configurationType" : " Debug" ,
7
+ "inheritEnvironments" : [ " msvc_x64_x64" ],
8
+ "buildRoot" : " ${projectDir}\\ ..\\ build\\ ${name}" ,
9
+ "installRoot" : " ${projectDir}\\ out\\ install\\ ${name}" ,
10
+ "cmakeCommandArgs" : " " ,
11
+ "buildCommandArgs" : " " ,
12
+ "ctestCommandArgs" : " " ,
13
+ "variables" : []
14
+ },
15
+ {
16
+ "name" : " x64-Release" ,
17
+ "generator" : " Ninja" ,
18
+ "configurationType" : " RelWithDebInfo" ,
19
+ "buildRoot" : " ${projectDir}\\ ..\\ build\\ ${name}" ,
20
+ "installRoot" : " ${projectDir}\\ out\\ install\\ ${name}" ,
21
+ "cmakeCommandArgs" : " " ,
22
+ "buildCommandArgs" : " " ,
23
+ "ctestCommandArgs" : " " ,
24
+ "inheritEnvironments" : [ " msvc_x64_x64" ],
25
+ "variables" : []
26
+ }
27
+ ]
28
+ }
You can’t perform that action at this time.
0 commit comments