17 lines
492 B
JSON
17 lines
492 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"~/.mindstudio/huawei/adk/1.72.T5.0.B050/Ascend-acllib-1.72.t5.0.b050-centos7.6.x86_64/acllib/include/"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "gnu11",
|
|
"cppStandard": "gnu++14",
|
|
"intelliSenseMode": "clang-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |