20 lines
355 B
JSON
20 lines
355 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "CMake: configure",
|
|
"type": "cmake",
|
|
"command": "configure",
|
|
"group": "build"
|
|
},
|
|
{
|
|
"label": "CMake: build",
|
|
"type": "cmake",
|
|
"command": "build",
|
|
"dependsOn": "CMake: configure",
|
|
"dependsOrder": "sequence",
|
|
"group": "build"
|
|
}
|
|
]
|
|
}
|