16 lines
237 B
JSON
16 lines
237 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "cmake",
|
||
|
"label": "CMake: build",
|
||
|
"command": "build",
|
||
|
"targets": [
|
||
|
"all"
|
||
|
],
|
||
|
"group": "build",
|
||
|
"problemMatcher": [],
|
||
|
"detail": "CMake template build task"
|
||
|
}
|
||
|
]
|
||
|
}
|