summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode
diff options
context:
space:
mode:
authorMurray Campbell <[email protected]>2018-09-21 18:16:27 -0500
committerGitHub <[email protected]>2018-09-21 18:16:27 -0500
commit65c74c7cfaf7b52b0d31d705a9e3ad0344c5c4b7 (patch)
treef3e13f2a99f32b7db1269b7c89902f3227e02f96 /projects/VSCode
parent46b171a80cfcde67d45bf15ec2f223a9e1566c8c (diff)
downloadraylib-65c74c7cfaf7b52b0d31d705a9e3ad0344c5c4b7.tar.gz
raylib-65c74c7cfaf7b52b0d31d705a9e3ad0344c5c4b7.zip
Update c_cpp_properties.json
Diffstat (limited to 'projects/VSCode')
-rw-r--r--projects/VSCode/.vscode/c_cpp_properties.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/projects/VSCode/.vscode/c_cpp_properties.json b/projects/VSCode/.vscode/c_cpp_properties.json
index 81efa19e..496a9b2d 100644
--- a/projects/VSCode/.vscode/c_cpp_properties.json
+++ b/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