2025-08-19 00:07:14 +02:00
|
|
|
{
|
2025-08-19 00:27:41 +02:00
|
|
|
"version": 3,
|
|
|
|
|
"cmakeMinimumRequired": {
|
|
|
|
|
"major": 3,
|
|
|
|
|
"minor": 21,
|
|
|
|
|
"patch": 0
|
|
|
|
|
},
|
|
|
|
|
"configurePresets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
|
|
|
|
"generator": "Ninja",
|
|
|
|
|
"binaryDir": "build",
|
|
|
|
|
"cacheVariables": {
|
|
|
|
|
"CMAKE_C_COMPILER": "clang",
|
|
|
|
|
"CMAKE_CXX_COMPILER": "clang++",
|
|
|
|
|
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
|
|
|
|
|
"FETCHCONTENT_FULLY_DISCONNECTED": "OFF"
|
|
|
|
|
}
|
2025-08-19 00:07:14 +02:00
|
|
|
},
|
2025-08-19 00:27:41 +02:00
|
|
|
{
|
|
|
|
|
"name": "clang-release",
|
|
|
|
|
"inherits": "default",
|
|
|
|
|
"cacheVariables": {
|
|
|
|
|
"CMAKE_BUILD_TYPE": "Release"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "clang-debug",
|
|
|
|
|
"inherits": "default",
|
|
|
|
|
"cacheVariables": {
|
|
|
|
|
"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++",
|
|
|
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"buildPresets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
|
|
|
|
"configurePreset": "default",
|
|
|
|
|
"jobs": 10
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "release",
|
|
|
|
|
"inherits": "default",
|
|
|
|
|
"configuration": "Release"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "debug",
|
|
|
|
|
"inherits": "default",
|
|
|
|
|
"configuration": "Debug"
|
|
|
|
|
}
|
|
|
|
|
]
|
2025-08-19 00:07:14 +02:00
|
|
|
}
|