mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
17 lines
454 B
Plaintext
17 lines
454 B
Plaintext
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**",
|
||
|
"/usr/local/emsdk/upstream/emscripten/cache/sysroot/include/"
|
||
|
],
|
||
|
"defines": [],
|
||
|
"compilerPath": "/usr/bin/clang",
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "c++14",
|
||
|
"intelliSenseMode": "linux-clang-x64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|