Files
2026-08-09 16:29:38 +02:00

20 lines
355 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "CMake: configure",
"type": "cmake",
"command": "configure",
"group": "build"
},
{
"label": "CMake: build",
"type": "cmake",
"command": "build",
"dependsOn": "CMake: configure",
"dependsOrder": "sequence",
"group": "build"
}
]
}