15 lines
402 B
JSON
15 lines
402 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": ["${workspaceFolder}/**"],
|
|
"defines": ["_DEBUG", "UNICODE", "_UNICODE"],
|
|
"windowsSdkVersion": "10.0.19041.0",
|
|
"compilerPath": "C:\\msys64\\mingw64\\bin\\gcc.exe",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |