diplomska_naloga/.vscode/c_cpp_properties.json
2024-02-21 01:02:31 +01:00

21 lines
544 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/inc",
"${workspaceFolder}/raylib/src"
],
"defines": [
"GRAPHICS_API_OPENGL_33",
"PLATFORM_DESKTOP",
"_GNU_SOURCE"
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c23",
"cppStandard": "gnu++23",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}