...........Anm2Ed 2.0

This commit is contained in:
2025-11-13 22:20:38 -05:00
parent 7abb0fcda4
commit 9af0135a3a
4 changed files with 57 additions and 37 deletions

11
.vscode/tasks.json vendored
View File

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