save out to file
4 files changed
tree: 4002de15c659099a3a5e389467c9fb23797293d7
  1. src/
  2. test-files/
  3. .gitignore
  4. CMakeLists.txt
  5. fetch-includes.sh
  6. LICENSE
  7. README.md
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
}