commit | 319b9c98a428fa03178d4bf83c87c313cd4d7149 | [log] [tgz] |
---|---|---|
author | Vova Bilonenko <bilonenko.v@gmail.com> | Wed Aug 29 07:03:55 2018 +0200 |
committer | Vova Bilonenko <bilonenko.v@gmail.com> | Wed Aug 29 07:03:55 2018 +0200 |
tree | 38b709f861e1ac4df515d6c499f28dd0b8c9046d | |
parent | c251218cb1b478c3069bd52e3c4aef36a60b8c7c [diff] |
fixing licences
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 }