| commit | 04da514f9087067ed3f19e4879d36d8772cce9fc | [log] [tgz] |
|---|---|---|
| author | Vova Bilonenko <bilonenko.v@gmail.com> | Mon Aug 27 09:09:50 2018 +0200 |
| committer | Vova Bilonenko <bilonenko.v@gmail.com> | Mon Aug 27 09:09:50 2018 +0200 |
| tree | 094a5c8613bd9643111cef94182d747367bf8683 | |
| parent | 635046fe18050985290649d913c4f747584cc537 [diff] |
ouput result
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
}