2020-03-25 11:55:50 +01:00
|
|
|
{
|
|
|
|
|
"buildType": {
|
|
|
|
|
"default": "debug",
|
|
|
|
|
"description": "Configuration Type",
|
|
|
|
|
"choices": {
|
|
|
|
|
"debug": {
|
|
|
|
|
"short": "Debug",
|
|
|
|
|
"long": "Enable debugging and validation",
|
2021-04-13 23:09:16 +02:00
|
|
|
"buildType": "Debug",
|
2020-10-03 11:00:10 +02:00
|
|
|
"settings": {
|
2021-03-31 12:18:16 +02:00
|
|
|
"CMAKE_DEBUG_POSTFIX": "d",
|
|
|
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
2020-10-03 11:00:10 +02:00
|
|
|
}
|
2020-03-25 11:55:50 +01:00
|
|
|
},
|
|
|
|
|
"release": {
|
|
|
|
|
"short": "Release",
|
|
|
|
|
"long": "Optimize binary for speed",
|
2021-04-13 23:09:16 +02:00
|
|
|
"buildType": "Release",
|
2020-10-14 01:49:43 +02:00
|
|
|
"settings": {
|
2021-03-31 12:18:16 +02:00
|
|
|
"CMAKE_DEBUG_POSTFIX": "",
|
|
|
|
|
"CMAKE_BUILD_TYPE": "Release"
|
2020-10-14 01:49:43 +02:00
|
|
|
}
|
2020-03-25 11:55:50 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"architecture": {
|
|
|
|
|
"default": "x64",
|
|
|
|
|
"description": "Platform Architecture",
|
|
|
|
|
"choices": {
|
|
|
|
|
"x64": {
|
|
|
|
|
"short": "x64",
|
|
|
|
|
"long": "amd64 platform",
|
2020-03-25 21:29:43 +01:00
|
|
|
"settings": {
|
|
|
|
|
"CMAKE_PLATFORM": "x64"
|
|
|
|
|
}
|
2020-03-25 11:55:50 +01:00
|
|
|
},
|
|
|
|
|
"x86": {
|
|
|
|
|
"short": "x86",
|
|
|
|
|
"long": "x86 platform",
|
2020-03-25 21:29:43 +01:00
|
|
|
"settings": {
|
|
|
|
|
"CMAKE_PLATFORM": "x86"
|
|
|
|
|
}
|
2020-03-25 11:55:50 +01:00
|
|
|
}
|
|
|
|
|
}
|
2020-06-02 11:46:18 +02:00
|
|
|
},
|
|
|
|
|
"superbuild": {
|
|
|
|
|
"default": "off",
|
|
|
|
|
"description": "Use Superbuild",
|
|
|
|
|
"choices": {
|
|
|
|
|
"off": {
|
|
|
|
|
"short": "off",
|
|
|
|
|
"long": "Don't rebuild superbuild",
|
|
|
|
|
"settings": {
|
|
|
|
|
"USE_SUPERBUILD": "OFF"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"on": {
|
|
|
|
|
"short": "on",
|
|
|
|
|
"long": "Rebuild dependencies",
|
|
|
|
|
"settings": {
|
|
|
|
|
"USE_SUPERBUILD": "ON"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-25 11:55:50 +01:00
|
|
|
}
|
|
|
|
|
}
|