mirror of
https://github.com/MichaelFisher1997/opengl-cpp.git
synced 2025-04-27 14:13:10 +00:00
16 lines
374 B
JSON
16 lines
374 B
JSON
![]() |
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "linux-gcc-x64",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"defines": [],
|
||
|
"compilerPath": "/nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/gcc",
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "gnu++17",
|
||
|
"intelliSenseMode": "linux-gcc-x64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|