2025-05-11 14:16:05 +02:00

14 lines
295 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "cmake -S . -B build && cmake --build build",
"group": "build",
"problemMatcher": [
"$gcc"
]
}
]
}