Added cmake
This commit is contained in:
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
@@ -9,6 +9,5 @@
|
||||
"args": ["-v", "${workspaceFolder}/test.brc"],
|
||||
"internalConsoleOptions": "openOnSessionStart"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
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