Files
lvgl_mydemo/LVGL.Simulator/lvgl_mydemo/.vscode/c_cpp_properties.json
2022-10-09 00:56:54 +08:00

21 lines
537 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.19041.0",
"compilerPath": "D:/APP/Dev C++/Dev-Cpp/MinGW64/bin/gcc.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-x64"
}
],
"version": 4
}