Browse Source

Update c_cpp_properties.json

Murray Campbell 7 years ago
parent
commit
65c74c7cfa
1 changed files with 19 additions and 0 deletions
  1. 19 0
      projects/VSCode/.vscode/c_cpp_properties.json

+ 19 - 0
projects/VSCode/.vscode/c_cpp_properties.json

@@ -38,6 +38,25 @@
             "cStandard": "c11",
             "cppStandard": "c++14",
             "intelliSenseMode": "clang-x64"
+        },
+        {
+            "name": "Linux",
+            "includePath": [
+                "<path_to_raylib>/src/**",
+                "${workspaceFolder}/**"
+            ],
+            "defines": [
+                "_DEBUG",
+                "UNICODE",
+                "_UNICODE",
+                "GRAPHICS_API_OPENGL_33",
+                "PLATFORM_DESKTOP"
+            ],
+            "compilerPath": "usr/bin/clang",
+            "cStandard": "c11",
+            "cppStandard": "c++14",
+            "intelliSenseMode": "clang-x64"
+
         }
     ],
     "version": 4