34 lines
918 B
JSON
34 lines
918 B
JSON
{
|
|||
|
|
"buildType": {
|
||
|
|
"default": "debug",
|
||
|
|
"description": "Configuration Type",
|
||
|
|
"choices": {
|
||
|
|
"debug": {
|
||
|
|
"short": "Debug",
|
||
|
|
"long": "Enable debugging and validation",
|
||
|
|
"buildType": "Debug"
|
||
|
|
},
|
||
|
|
"release": {
|
||
|
|
"short": "Release",
|
||
|
|
"long": "Optimize binary for speed",
|
||
|
|
"buildType": "Release"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"architecture": {
|
||
|
|
"default": "x64",
|
||
|
|
"description": "Platform Architecture",
|
||
|
|
"choices": {
|
||
|
|
"x64": {
|
||
|
|
"short": "x64",
|
||
|
|
"long": "amd64 platform",
|
||
|
|
"CMAKE_GENERATOR_PLATFORM": "x64"
|
||
|
|
},
|
||
|
|
"x86": {
|
||
|
|
"short": "x86",
|
||
|
|
"long": "x86 platform",
|
||
|
|
"CMAKE_GENERATOR_PLATFORM": "x86"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|