xref: /aosp_15_r20/external/jsoncpp/devtools/agent_vmxp.json (revision 4484440890e2bc6e07362b4feaf15601abfe0071)
1{
2    "cmake_variants" : [
3        {"name": "generator",
4         "generators": [
5            {"generator": [
6                "Visual Studio 6",
7                "Visual Studio 7",
8                "Visual Studio 8 2005"
9                ]
10            }
11         ]
12        },
13        {"name": "shared_dll",
14         "variables": [
15            ["BUILD_SHARED_LIBS=true"],
16            ["BUILD_SHARED_LIBS=false"]
17          ]
18        },
19        {"name": "build_type",
20         "build_types": [
21            "debug",
22            "release"
23            ]
24        }
25    ]
26}
27