You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
894 B
21 lines
894 B
{ |
|
"configurations": [ |
|
{ |
|
"name": "Linux", |
|
"includePath": [ |
|
"${workspaceFolder}/**", |
|
"${workspaceFolder}/external/share_plus_aurora/aurora/include/**", |
|
"/home/mars/Aurora_Platform_SDK_4.0.2.303/targets/AuroraOS-4.0.2.303-base-armv7hl/usr/include/flutter-embedder/**", |
|
"/home/mars/Aurora_Platform_SDK_4.0.2.303/targets/AuroraOS-4.0.2.303-base-armv7hl/usr/include/qt5/**", |
|
"/home/mars/Aurora_Platform_SDK_4.0.2.303/targets/AuroraOS-4.0.2.303-base-armv7hl/usr/include/auroraapp" |
|
], |
|
"defines": [], |
|
"compilerPath": "/usr/bin/clang", |
|
"cStandard": "c17", |
|
"cppStandard": "c++14", |
|
"intelliSenseMode": "linux-clang-x64", |
|
"configurationProvider": "ms-vscode.cmake-tools" |
|
} |
|
], |
|
"version": 4 |
|
}
|
|
|