Blame view

.vscode/c_cpp_properties.json 344 Bytes
b6e71beb   Hu Chunming   初步调通jni,定时抓拍功能暂未实...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  {
    "configurations": [
      {
        "name": "linux-gcc-x64",
        "includePath": [
          "${workspaceFolder}/**"
        ],
        "compilerPath": "/usr/bin/gcc",
        "cStandard": "${default}",
        "cppStandard": "${default}",
        "intelliSenseMode": "linux-gcc-x64",
        "compilerArgs": [
          ""
        ]
      }
    ],
    "version": 4
  }