1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00
ScreenPlay/.vscode/tasks.json
Elias Steurer ef47b516d1 Add build task
Add Qt MSVC debugging helper qt.natvis.xml file
2022-12-28 11:38:05 +01:00

17 lines
292 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "cmake",
"label": "CMake: build",
"command": "build",
"targets": [
"all"
],
"preset": "${command:cmake.activeBuildPresetName}",
"group": "build",
"problemMatcher": [],
"detail": "CMake template build task"
}
]
}