15 lines
351 B
JSON
15 lines
351 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "build",
|
|
"type": "shell",
|
|
"command": "cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"problemMatcher": ["$gcc"]
|
|
}
|
|
]
|
|
} |