mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-15 23:45:57 +00:00
26 lines
437 B
JSON
26 lines
437 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "cmake",
|
|
"label": "CMake: build",
|
|
"command": "build",
|
|
"targets": [
|
|
"all"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"problemMatcher": [],
|
|
"detail": "CMake template build task"
|
|
},
|
|
{
|
|
"type": "cmake",
|
|
"label": "CMake: configure",
|
|
"command": "configure",
|
|
"problemMatcher": [],
|
|
"detail": "CMake template configure task"
|
|
}
|
|
]
|
|
} |