20 lines
434 B
JSON
20 lines
434 B
JSON
{
|
|
"version": 4,
|
|
"configurations": [
|
|
{
|
|
"name": "MinGW",
|
|
"compilerPath": "g++.exe",
|
|
"intelliSenseMode": "windows-gcc-x64",
|
|
"cppStandard": "c++17",
|
|
"includePath": [
|
|
"${workspaceFolder}\\src"
|
|
],
|
|
"defines": [
|
|
"UNICODE",
|
|
"_UNICODE",
|
|
"_WINDOWS"
|
|
]
|
|
}
|
|
]
|
|
}
|