modbus_MediaPipe/.vscode/c_cpp_properties.json

17 lines
321 B
JSON

{
"version": 4,
"configurations": [
{
"name": "Win32",
"compilerPath": "C:/msys64/mingw64/bin/g++.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"defines": []
}
]
}