| commit | c251218cb1b478c3069bd52e3c4aef36a60b8c7c | [log] [tgz] |
|---|---|---|
| author | Vova Bilonenko <bilonenko.v@gmail.com> | Tue Aug 28 10:12:22 2018 +0200 |
| committer | Vova Bilonenko <bilonenko.v@gmail.com> | Tue Aug 28 10:12:22 2018 +0200 |
| tree | 44cacb3f76cff8c1515dab5b1db5b0b2155cce19 | |
| parent | 6cfe88e62001e99f755c7d26c3777deb4ba92d63 [diff] |
fix linking error
c_cpp_properties.json
{
"configurations": [
{
"name": "CPP Mac",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/**"
],
"defines": [],
"macFrameworkPath": [
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64",
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
}
],
"version": 4
}