Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 733 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (25 loc) · 733 Bytes

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++14",
            "intelliSenseMode": "clang-x64",
            "compileCommands": "${workspaceFolder}/build/compile_commands.json"
        }
    ],
    "version": 4
}