2025-08-18 22:39:43 +00:00
|
|
|
{
|
|
|
|
|
"version": 3,
|
|
|
|
|
"cmakeMinimumRequired": {
|
|
|
|
|
"major": 3,
|
|
|
|
|
"minor": 21,
|
|
|
|
|
"patch": 0
|
|
|
|
|
},
|
|
|
|
|
"configurePresets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
2025-09-13 14:49:59 +02:00
|
|
|
"hidden": true,
|
2025-08-18 22:39:43 +00:00
|
|
|
"generator": "Ninja",
|
2025-09-22 23:13:28 +02:00
|
|
|
"binaryDir": "${sourceDir}/build/${presetName}",
|
2025-08-18 22:39:43 +00:00
|
|
|
"cacheVariables": {
|
|
|
|
|
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
|
2025-09-22 23:13:28 +02:00
|
|
|
"FETCHCONTENT_FULLY_DISCONNECTED": "OFF",
|
|
|
|
|
"CMAKE_VERBOSE_MAKEFILE": "ON",
|
2025-09-23 21:57:08 +02:00
|
|
|
"PIXELARIUM_BUILD_UNITTESTS": "ON",
|
2026-02-08 12:09:02 +01:00
|
|
|
"PIXELARIUM_BUILD_DOCS": "ON",
|
2025-10-11 12:57:41 +02:00
|
|
|
"PIXELARIUM_BUILD_DOCS_ONLY": "OFF",
|
|
|
|
|
"PIXELARIUM_BUILD_EXAMPLES": "ON"
|
2025-08-18 22:39:43 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "clang-release",
|
|
|
|
|
"inherits": "default",
|
|
|
|
|
"cacheVariables": {
|
2025-09-22 23:13:28 +02:00
|
|
|
"CMAKE_C_COMPILER": "clang",
|
|
|
|
|
"CMAKE_CXX_COMPILER": "clang++",
|
2025-08-18 22:39:43 +00:00
|
|
|
"CMAKE_BUILD_TYPE": "Release"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "clang-debug",
|
|
|
|
|
"inherits": "default",
|
|
|
|
|
"cacheVariables": {
|
2025-09-22 23:13:28 +02:00
|
|
|
"CMAKE_C_COMPILER": "clang",
|
|
|
|
|
"CMAKE_CXX_COMPILER": "clang++",
|
2025-08-18 22:39:43 +00:00
|
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "gcc-release",
|
|
|
|
|
"inherits": "default",
|
|
|
|
|
"cacheVariables": {
|
|
|
|
|
"CMAKE_C_COMPILER": "gcc",
|
|
|
|
|
"CMAKE_CXX_COMPILER": "g++",
|
|
|
|
|
"CMAKE_BUILD_TYPE": "Release"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "gcc-debug",
|
|
|
|
|
"inherits": "default",
|
|
|
|
|
"cacheVariables": {
|
|
|
|
|
"CMAKE_C_COMPILER": "gcc",
|
|
|
|
|
"CMAKE_CXX_COMPILER": "g++",
|
2025-10-07 17:11:43 +02:00
|
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
2025-08-18 22:39:43 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"buildPresets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
2025-09-13 14:49:59 +02:00
|
|
|
"hidden": true,
|
2025-08-18 22:39:43 +00:00
|
|
|
"jobs": 10
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-09-22 23:13:28 +02:00
|
|
|
"name": "clang-release",
|
|
|
|
|
"inherits": "default",
|
|
|
|
|
"configurePreset": "clang-release"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "clang-debug",
|
|
|
|
|
"inherits": "default",
|
|
|
|
|
"configurePreset": "clang-debug"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "gcc-release",
|
2025-08-18 22:39:43 +00:00
|
|
|
"inherits": "default",
|
2025-09-22 23:13:28 +02:00
|
|
|
"configurePreset": "gcc-release"
|
2025-08-18 22:39:43 +00:00
|
|
|
},
|
|
|
|
|
{
|
2025-09-22 23:13:28 +02:00
|
|
|
"name": "gcc-debug",
|
2025-08-18 22:39:43 +00:00
|
|
|
"inherits": "default",
|
2025-09-22 23:13:28 +02:00
|
|
|
"configurePreset": "gcc-debug"
|
2025-08-18 22:39:43 +00:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|