Nove repo opengl-learning
This commit is contained in:
19
lessons/5. Advanced Lighting/5. Normal Mapping/.vscode/c_cpp_properties.json
vendored
Normal file
19
lessons/5. Advanced Lighting/5. Normal Mapping/.vscode/c_cpp_properties.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user