Switch to CMake
This commit is contained in:
16
.vscode/tasks.json
vendored
16
.vscode/tasks.json
vendored
@@ -2,16 +2,26 @@
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "make",
|
||||
"label": "cmake",
|
||||
"type": "shell",
|
||||
"command": "make",
|
||||
"command": "cmake",
|
||||
"args": [
|
||||
"debug"
|
||||
"."
|
||||
],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "make",
|
||||
"type": "shell",
|
||||
"command": "make",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"dependsOn": "cmake"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user