Files
opengl-learning/lessons/5. Advanced Lighting/4. Point Shadows/.vscode/c_cpp_properties.json
2021-02-12 15:43:03 +01:00

19 lines
531 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/../../../include",
"${workspaceFolder}/src/include",
"${workspaceFolder}/build"
],
"defines": [],
"compilerPath": "/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "gcc-x64",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}