checkin, builds

This commit is contained in:
2024-01-29 16:54:06 +01:00
parent 01cb8294b0
commit 1c50084d9a
5 changed files with 27 additions and 2 deletions

2
.vscode/tasks.json vendored
View File

@@ -4,7 +4,7 @@
{
"label": "CMake-and-make",
"type": "shell",
"command": "source /workspace/venv/bin/activate && cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON && cmake --build build",
"command": "source .venv/bin/activate && cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON && cmake --build build",
"problemMatcher": [],
"presentation": {
"echo": true,