fixing licences
8 files changed
tree: 38b709f861e1ac4df515d6c499f28dd0b8c9046d
  1. src/
  2. test-files/
  3. .gitignore
  4. CMakeLists.txt
  5. CONTRIBUTING.md
  6. fetch-includes.sh
  7. LICENSE
  8. README.md
  9. THIRD-PARTY-NOTICES
README.md

delaunator-cpp

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
}