Experimental auto submodule clone
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user