Skip to content
Snippets Groups Projects
Select Git revision
  • 628649352505dc2d685d6eaf06442e71734e0197
  • master default protected
  • trustit
  • devel
4 results

Cargo.toml

Blame
  • This project manages its dependencies using Cargo. Learn more
    c_cpp_properties.json 459 B
    {
        "configurations": [
            {
                "name": "Linux",
                "includePath": [
                    "${workspaceFolder}/**",
                    "/home/pln/Audio/JUCE/",
                    "/home/pln/Audio/JUCE/modules/"
                ],
                "defines": [],
                "compilerPath": "/usr/bin/gcc",
                "cStandard": "c11",
                "cppStandard": "gnu++14",
                "intelliSenseMode": "clang-x64"
            }
        ],
        "version": 4
    }