aboutsummaryrefslogtreecommitdiff
path: root/devtools/agent_vmxp.json
blob: f82a0773a2f1f5545f94a315b950efc713ebee37 (plain)
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": [
            ["BUILD_SHARED_LIBS=true"],
            ["BUILD_SHARED_LIBS=false"]
          ]
        },
        {"name": "build_type",
         "build_types": [
            "debug",
            "release"
            ]
        }
    ]
}