25 lines
619 B
JSON
25 lines
619 B
JSON
|
{
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "shell",
|
||
|
"command": "cd build; cmake ../; make",
|
||
|
"label": "CMake in build/",
|
||
|
"problemMatcher": [],
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"type": "shell",
|
||
|
"command": "cd build; cmake ../; make Flash",
|
||
|
"label": "CMake & Make & Flash",
|
||
|
"problemMatcher": [],
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": true
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"version": "2.0.0"
|
||
|
}
|