You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
589 B
27 lines
589 B
{
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|