c_cpp_properties.json 906 Bytes
Newer Older
wangkaixiong's avatar
init  
wangkaixiong committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "configurations": [
        {
            "name": "Linux",
            "includePath": [
                "./3rdparty/MacCodecSDK/include/**",
                "include/**",
                "./3rdparty/opencv-4.2/include/opencv4/**",
                "src/**"
            ],
            "defines": ["__HIP_PLATFORM_AMD__", "HAS_CUDA_HALF"],
            "compilerPath": "/usr/bin/gcc", 
            "cStandard": "gnu17",
            "cppStandard": "gnu++17",
            "configurationProvider": "ms-vscode.makefile-tools",
            "browse": {
                "path": [
                "./3rdparty/MacCodecSDK/include/**",
                "include/**",
                "./3rdparty/opencv-4.2/include/opencv4/**",
                "src/**"
                ],
                "limitSymbolsToIncludedHeaders": false,
                "databaseFilename": ""
            }
        }
    ],
    "version": 4
}