FSM/.vscode/c_cpp_properties.json

21 lines
492 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}\\FSM_OOP\\**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "C:\\mingw64\\bin\\gcc.exe",
"cStandard": "c99",
"cppStandard": "gnu++14",
"intelliSenseMode": "windows-gcc-x64"
}
],
"version": 4
}