linuxOS_D21X/source/artinchip/aic-mpp/.vscode/c_cpp_properties.json
2024-11-29 16:13:46 +08:00

16 lines
369 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "gnu++14",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}