Experimental auto submodule clone

This commit is contained in:
Dynamitos
2020-03-25 11:55:50 +01:00
parent ae92439164
commit 018a3a8974
3 changed files with 55 additions and 10 deletions
+34
View File
@@ -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"
}
}
}
}