|
|
@@ -55,6 +55,17 @@
|
|
|
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/cmake/arm64-apple-clang.cmake"
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "x64-linux-gcc", "hidden": true,
|
|
|
+ "cacheVariables": {
|
|
|
+ "CMAKE_C_COMPILER": "gcc",
|
|
|
+ "CMAKE_CXX_COMPILER": "g++"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ { "name": "x64-linux-gcc-debug", "inherits": [ "base", "x64-linux-gcc", "debug" ] },
|
|
|
+ { "name": "x64-linux-gcc-release", "inherits": [ "base", "x64-linux-gcc", "release" ] },
|
|
|
+ { "name": "x64-linux-gcc-reldbg", "inherits": [ "base", "x64-linux-gcc", "reldbg" ] },
|
|
|
+ { "name": "x64-linux-gcc+static-release", "inherits": [ "base", "x64-linux-gcc", "release", "static" ] },
|
|
|
|
|
|
{ "name": "arm64-windows-llvm-debug", "inherits": [ "base", "arm64-windows-llvm", "debug" ] },
|
|
|
{ "name": "arm64-windows-llvm-release", "inherits": [ "base", "arm64-windows-llvm", "reldbg" ] },
|