36 lines
992 B
JSON
36 lines
992 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"
|
|
},
|
|
"relwithdebinfo": {
|
|
"short": "RelWithDebInfo",
|
|
"long": "Release with debug symbols",
|
|
"buildType": "RelWithDebInfo"
|
|
}
|
|
}
|
|
},
|
|
"architecture": {
|
|
"default": "x64",
|
|
"description": "Platform Architecture",
|
|
"choices": {
|
|
"x64": {
|
|
"short": "x64",
|
|
"long": "amd64 platform",
|
|
"settings": {
|
|
"CMAKE_PLATFORM": "x64"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |