| commit | 635046fe18050985290649d913c4f747584cc537 | [log] [tgz] |
|---|---|---|
| author | Vova Bilonenko <bilonenko.v@gmail.com> | Sun Aug 26 10:22:39 2018 +0200 |
| committer | Vova Bilonenko <bilonenko.v@gmail.com> | Sun Aug 26 10:22:39 2018 +0200 |
| tree | dcbd3ca818cd474d9dc0953e7f7aec24d39b55d0 | |
| parent | 703ae766f4a094e12882446971c4e8fd883cb6fe [diff] |
implement first version of triangulation
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
}