prepare for release

This commit is contained in:
2026-02-14 11:30:48 +01:00
parent 8fd76c7e46
commit 61d011063b
16 changed files with 58 additions and 368 deletions

9
.vscode/tasks.json vendored
View File

@@ -9,6 +9,15 @@
"problemMatcher": [
"$gcc"
]
},
{
"label": "build release",
"type": "shell",
"command": "cmake -S . -B build -DCMAKE_BUILD_TYPE=Release && cmake --build build",
"group": "build",
"problemMatcher": [
"$gcc"
]
},
{
"label": "build Frontend",