Initial commit

This commit is contained in:
Efim Beshmenev
2026-07-10 19:16:42 +03:00
commit 7f9dc067a1
3620 changed files with 516098 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"version": 6,
"configurePresets": [
{
"name": "vs2026-x64",
"displayName": "Visual Studio 2026 x64",
"generator": "Visual Studio 18 2026",
"architecture": "x64",
"binaryDir": "${sourceDir}/build/vs2026",
"cacheVariables": {
"CMAKE_CONFIGURATION_TYPES": "Debug;Release",
"EIGEN_ROOT": "${sourceDir}/external/eigen-3.4.0"
}
}
],
"buildPresets": [
{
"name": "vs2026-release",
"configurePreset": "vs2026-x64",
"configuration": "Release"
},
{
"name": "vs2026-debug",
"configurePreset": "vs2026-x64",
"configuration": "Debug"
}
]
}