blob: 3eb93c25ba3b4cc63408c2f3788752eb00881cf9 [file] [log] [blame]
Ben Clayton4d365572022-04-08 14:18:28 +00001{
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 "variables": []
14 },
15 {
16 "name": "x64-Release",
17 "generator": "Ninja",
18 "configurationType": "RelWithDebInfo",
19 "buildRoot": "${projectDir}\\out\\build\\${name}",
20 "installRoot": "${projectDir}\\out\\install\\${name}",
21 "cmakeCommandArgs": "",
22 "buildCommandArgs": "",
23 "ctestCommandArgs": "",
24 "inheritEnvironments": ["msvc_x64_x64"],
25 "variables": []
26 },
27 {
28 "name": "x86-Debug",
29 "generator": "Ninja",
30 "configurationType": "Debug",
31 "buildRoot": "${projectDir}\\out\\build\\${name}",
32 "installRoot": "${projectDir}\\out\\install\\${name}",
33 "cmakeCommandArgs": "",
34 "buildCommandArgs": "",
35 "ctestCommandArgs": "",
36 "inheritEnvironments": ["msvc_x86"],
37 "variables": []
38 },
39 {
40 "name": "x86-Release",
41 "generator": "Ninja",
42 "configurationType": "RelWithDebInfo",
43 "buildRoot": "${projectDir}\\out\\build\\${name}",
44 "installRoot": "${projectDir}\\out\\install\\${name}",
45 "cmakeCommandArgs": "",
46 "buildCommandArgs": "",
47 "ctestCommandArgs": "",
48 "inheritEnvironments": ["msvc_x86"],
49 "variables": []
50 },
51 {
52 "name": "x64-Clang-Debug",
53 "generator": "Ninja",
54 "configurationType": "Debug",
55 "buildRoot": "${projectDir}\\out\\build\\${name}",
56 "installRoot": "${projectDir}\\out\\install\\${name}",
57 "cmakeCommandArgs": "",
58 "buildCommandArgs": "",
59 "ctestCommandArgs": "",
60 "inheritEnvironments": ["clang_cl_x64_x64"],
61 "variables": []
62 },
63 {
64 "name": "x64-Clang-Release",
65 "generator": "Ninja",
66 "configurationType": "RelWithDebInfo",
67 "buildRoot": "${projectDir}\\out\\build\\${name}",
68 "installRoot": "${projectDir}\\out\\install\\${name}",
69 "cmakeCommandArgs": "",
70 "buildCommandArgs": "",
71 "ctestCommandArgs": "",
72 "inheritEnvironments": ["clang_cl_x64_x64"],
73 "variables": []
74 },
75 {
76 "name": "x86-Clang-Debug",
77 "generator": "Ninja",
78 "configurationType": "Debug",
79 "buildRoot": "${projectDir}\\out\\build\\${name}",
80 "installRoot": "${projectDir}\\out\\install\\${name}",
81 "cmakeCommandArgs": "",
82 "buildCommandArgs": "",
83 "ctestCommandArgs": "",
84 "inheritEnvironments": ["clang_cl_x86"],
85 "variables": []
86 },
87 {
88 "name": "x86-Clang-Release",
89 "generator": "Ninja",
90 "configurationType": "RelWithDebInfo",
91 "buildRoot": "${projectDir}\\out\\build\\${name}",
92 "installRoot": "${projectDir}\\out\\install\\${name}",
93 "cmakeCommandArgs": "",
94 "buildCommandArgs": "",
95 "ctestCommandArgs": "",
96 "inheritEnvironments": ["clang_cl_x86"],
97 "variables": []
98 }
99 ]
100}