parent
3944512585
commit
24e2a4e4a9
@ -0,0 +1,31 @@ |
|||||||
|
{ |
||||||
|
"tasks": [ |
||||||
|
{ |
||||||
|
"type": "cppbuild", |
||||||
|
"label": "C/C++: g++ build active file", |
||||||
|
"command": "/usr/bin/g++", |
||||||
|
"args": [ |
||||||
|
"-g", |
||||||
|
"${fileDirname}/client.cpp", |
||||||
|
"${fileDirname}/../src/*.cpp", |
||||||
|
// "${fileDirname}../include/*/src/*.cpp", |
||||||
|
"-o", |
||||||
|
"${fileDirname}/client.o", |
||||||
|
"-lssl", |
||||||
|
"-lcrypto" |
||||||
|
], |
||||||
|
"options": { |
||||||
|
"cwd": "${fileDirname}" |
||||||
|
}, |
||||||
|
"problemMatcher": [ |
||||||
|
"$gcc" |
||||||
|
], |
||||||
|
"group": { |
||||||
|
"kind": "build", |
||||||
|
"isDefault": true |
||||||
|
}, |
||||||
|
"detail": "Task generated by Debugger." |
||||||
|
} |
||||||
|
], |
||||||
|
"version": "2.0.0" |
||||||
|
} |
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue