2026-08-12 13:19:12 +03:00
|
|
|
{
|
|
|
|
|
"version": 6,
|
|
|
|
|
"cmakeMinimumRequired": {
|
|
|
|
|
"major": 3,
|
|
|
|
|
"minor": 20,
|
|
|
|
|
"patch": 0
|
|
|
|
|
},
|
|
|
|
|
"configurePresets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
2026-08-12 13:28:20 +03:00
|
|
|
"displayName": "GCC 16 + C++26",
|
2026-08-12 13:19:12 +03:00
|
|
|
"generator": "Unix Makefiles",
|
2026-08-12 13:47:50 +03:00
|
|
|
"binaryDir": "${sourceDir}/cmake-build-debug-gcc-16-cpp26",
|
|
|
|
|
"toolchainFile": "${sourceDir}/cmake/toolchains/gcc-16.cmake",
|
2026-08-12 13:19:12 +03:00
|
|
|
"cacheVariables": {
|
|
|
|
|
"CMAKE_BUILD_TYPE": "Debug",
|
2026-08-12 13:47:50 +03:00
|
|
|
"COURSE_ENABLE_CONTRACTS": "ON"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "release",
|
|
|
|
|
"displayName": "GCC 16 + C++26 (Release)",
|
|
|
|
|
"generator": "Unix Makefiles",
|
|
|
|
|
"binaryDir": "${sourceDir}/cmake-build-release-gcc-16-cpp26",
|
|
|
|
|
"toolchainFile": "${sourceDir}/cmake/toolchains/gcc-16.cmake",
|
|
|
|
|
"cacheVariables": {
|
|
|
|
|
"CMAKE_BUILD_TYPE": "Release",
|
2026-08-12 13:19:12 +03:00
|
|
|
"COURSE_ENABLE_CONTRACTS": "ON"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"buildPresets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
|
|
|
|
"configurePreset": "default"
|
2026-08-12 13:47:50 +03:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "release",
|
|
|
|
|
"configurePreset": "release"
|
2026-08-12 13:19:12 +03:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"testPresets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
|
|
|
|
"configurePreset": "default",
|
|
|
|
|
"output": {
|
|
|
|
|
"outputOnFailure": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|