Added cmake
This commit is contained in:
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
@@ -4,11 +4,20 @@
|
||||
{
|
||||
"label": "Build Bits Runner Builder",
|
||||
"type": "shell",
|
||||
"command": "./make.sh",
|
||||
"command": "cmake --build build",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Clean built product",
|
||||
"type": "shell",
|
||||
"command": "cmake --build build --target clean",
|
||||
"group": {
|
||||
"kind": "none",
|
||||
"isDefault": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user