添加vs2026

This commit is contained in:
2026-08-10 09:36:09 +08:00
parent 39966da920
commit cf6e2f8e61
5 changed files with 78 additions and 124 deletions
+37
View File
@@ -0,0 +1,37 @@
{
"version": 10,
"cmakeMinimumRequired": {
"major": 3,
"minor": 21,
"patch": 0
},
"configurePresets": [
{
"name": "vs2026",
"hidden": true,
"generator": "Ninja",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/toolchain/vs2026.cmake"
},
"vendor": {
"jetbrains.com/clion": {
"toolchain": "vs2026"
}
}
},
{
"name": "vs2026_debug",
"inherits": "vs2026",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug"
}
},
{
"name": "vs2026_release",
"inherits": "vs2026",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release"
}
}
]
}