diff options
| author | Murray Campbell <[email protected]> | 2018-09-21 18:16:27 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-09-21 18:16:27 -0500 |
| commit | 65c74c7cfaf7b52b0d31d705a9e3ad0344c5c4b7 (patch) | |
| tree | f3e13f2a99f32b7db1269b7c89902f3227e02f96 /projects/VSCode | |
| parent | 46b171a80cfcde67d45bf15ec2f223a9e1566c8c (diff) | |
| download | raylib-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.json | 19 |
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 |
