1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| {
| "cmake_variants" : [
| {"name": "generator",
| "generators": [
| {"generator": [
| "Visual Studio 6",
| "Visual Studio 7",
| "Visual Studio 8 2005"
| ]
| }
| ]
| },
| {"name": "shared_dll",
| "variables": [
| ["JSONCPP_LIB_BUILD_SHARED=true"],
| ["JSONCPP_LIB_BUILD_SHARED=false"]
| ]
| },
| {"name": "build_type",
| "build_types": [
| "debug",
| "release"
| ]
| }
| ]
| }
|
|