BayesNet/.vscode/tasks.json

16 lines
237 B
JSON
Raw Normal View History

2023-06-29 20:00:41 +00:00
{
"version": "2.0.0",
"tasks": [
{
"type": "cmake",
"label": "CMake: build",
"command": "build",
"targets": [
"all"
],
"group": "build",
"problemMatcher": [],
"detail": "CMake template build task"
}
]
}