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