3D_camera/.vscode/c_cpp_properties.json

16 lines
413 B
JSON
Raw Permalink Normal View History

2022-05-04 09:32:25 +00:00
{
"configurations": [
{
"name": "some_name",
"includePath": [
"${workspaceFolder}/include",
"${workspaceFolder}/../dependencies/glm"
],
"compilerPath": "C:/MinGW/bin/g++.exe",
"cStandard": "c11",
"cppStandard": "c++11",
"intelliSenseMode": "gcc-x86"
}
],
"version": 4
}