17 lines
460 B
JSON
17 lines
460 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Win32",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**",
|
||
|
"${workspaceFolder}/raylib/src/extras"
|
||
|
],
|
||
|
"windowsSdkVersion": "10.0.19041.0",
|
||
|
"compilerPath": "C:\\dev\\tcc\\tcc.exe",
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "c++17",
|
||
|
"intelliSenseMode": "windows-gcc-x64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|