1+ {
2+ "configurations" : [
3+ {
4+ "name" : " x64-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" : " x64-Release" ,
16+ "generator" : " Ninja" ,
17+ "configurationType" : " RelWithDebInfo" ,
18+ "buildRoot" : " ${projectDir}\\ out\\ build\\ ${name}" ,
19+ "installRoot" : " ${projectDir}\\ out\\ install\\ ${name}" ,
20+ "cmakeCommandArgs" : " " ,
21+ "buildCommandArgs" : " " ,
22+ "ctestCommandArgs" : " " ,
23+ "inheritEnvironments" : [ " msvc_x64_x64" ],
24+ "variables" : []
25+ },
26+ {
27+ "name" : " x86-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_x86" ],
36+ "variables" : []
37+ },
38+ {
39+ "name" : " x86-Release" ,
40+ "generator" : " Ninja" ,
41+ "configurationType" : " RelWithDebInfo" ,
42+ "buildRoot" : " ${projectDir}\\ out\\ build\\ ${name}" ,
43+ "installRoot" : " ${projectDir}\\ out\\ install\\ ${name}" ,
44+ "cmakeCommandArgs" : " " ,
45+ "buildCommandArgs" : " " ,
46+ "ctestCommandArgs" : " " ,
47+ "inheritEnvironments" : [ " msvc_x86" ],
48+ "variables" : []
49+ },
50+ {
51+ "name" : " x64-Clang-Debug" ,
52+ "generator" : " Ninja" ,
53+ "configurationType" : " Debug" ,
54+ "buildRoot" : " ${projectDir}\\ out\\ build\\ ${name}" ,
55+ "installRoot" : " ${projectDir}\\ out\\ install\\ ${name}" ,
56+ "cmakeCommandArgs" : " " ,
57+ "buildCommandArgs" : " " ,
58+ "ctestCommandArgs" : " " ,
59+ "inheritEnvironments" : [ " clang_cl_x64_x64" ],
60+ "variables" : []
61+ }
62+ ]
63+ }
0 commit comments