mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-11-04 05:03:59 +01:00
27 lines
726 B
JSON
27 lines
726 B
JSON
|
{
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "cppbuild",
|
||
|
"label": "C/C++: clang++ build active file",
|
||
|
"command": "/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang++",
|
||
|
"args": [
|
||
|
"-g",
|
||
|
"${file}",
|
||
|
"-o",
|
||
|
"${fileDirname}/${fileBasenameNoExtension}"
|
||
|
],
|
||
|
"options": {
|
||
|
"cwd": "${workspaceFolder}"
|
||
|
},
|
||
|
"problemMatcher": [
|
||
|
"$gcc"
|
||
|
],
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": true
|
||
|
},
|
||
|
"detail": "Task generated by Debugger."
|
||
|
}
|
||
|
],
|
||
|
"version": "2.0.0"
|
||
|
}
|