|
@@ -296,6 +296,21 @@
|
|
|
"CMAKE_BUILD_TYPE": "Release"
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "linux_gl_analyze",
|
|
|
+ "generator": "Ninja",
|
|
|
+ "binaryDir": "build/linux_gl_analyze",
|
|
|
+ "cacheVariables": {
|
|
|
+ "SOKOL_BACKEND": "SOKOL_GLCORE33",
|
|
|
+ "CMAKE_BUILD_TYPE": "Debug",
|
|
|
+ "USE_ANALYZER": {
|
|
|
+ "type": "BOOL",
|
|
|
+ "value": "ON"
|
|
|
+ },
|
|
|
+ "CMAKE_C_COMPILER": "clang",
|
|
|
+ "CMAKE_CXX_COMPILER": "clang++"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"name": "linux_gles3_debug",
|
|
|
"generator": "Ninja",
|
|
@@ -314,6 +329,21 @@
|
|
|
"CMAKE_BUILD_TYPE": "Release"
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "linux_gles3_analyze",
|
|
|
+ "generator": "Ninja",
|
|
|
+ "binaryDir": "build/linux_gles3_analyze",
|
|
|
+ "cacheVariables": {
|
|
|
+ "SOKOL_BACKEND": "SOKOL_GLES3",
|
|
|
+ "CMAKE_BUILD_TYPE": "Debug",
|
|
|
+ "USE_ANALYZER": {
|
|
|
+ "type": "BOOL",
|
|
|
+ "value": "ON"
|
|
|
+ },
|
|
|
+ "CMAKE_C_COMPILER": "clang",
|
|
|
+ "CMAKE_CXX_COMPILER": "clang++"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"name": "linux_gl_egl_debug",
|
|
|
"generator": "Ninja",
|
|
@@ -549,6 +579,10 @@
|
|
|
"name": "linux_gl_release",
|
|
|
"configurePreset": "linux_gl_release"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "linux_gl_analyze",
|
|
|
+ "configurePreset": "linux_gl_analyze"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "linux_gles3_debug",
|
|
|
"configurePreset": "linux_gles3_debug"
|
|
@@ -557,6 +591,10 @@
|
|
|
"name": "linux_gles3_release",
|
|
|
"configurePreset": "linux_gles3_release"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "linux_gles3_analyze",
|
|
|
+ "configurePreset": "linux_gles3_analyze"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "linux_gl_egl_debug",
|
|
|
"configurePreset": "linux_gl_egl_debug"
|