SystemC-Components-Test/.vscode/tasks.json

16 lines
245 B
JSON
Raw Normal View History

2024-04-05 08:41:47 +02:00
{
"version": "2.0.0",
"tasks": [
{
"type": "cmake",
"label": "CMake: build",
"command": "build",
"targets": [
"all"
],
"group": "build",
"problemMatcher": ["$gcc"],
"detail": "CMake template build task",
}
]
}