summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/codemodel-v2-data/targets/imported_shared_lib.json
blob: fdbb3fdb0e1c2407bb6feb175cd4608b3a5e61a8 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
    "name": "imported_shared_lib",
    "id": "^imported_shared_lib::@ba7eb709d0b48779c6c8$",
    "directorySource": "^imported$",
    "projectName": "Imported",
    "type": "SHARED_LIBRARY",
    "imported": true,
    "local": true,
    "abstract": true,
    "symbolic": null,
    "isGeneratorProvided": null,
    "fileSets": null,
    "sources": [],
    "sourceGroups": null,
    "compileGroups": null,
    "backtrace": [
        {
            "file": "^imported/CMakeLists\\.txt$",
            "line": 12,
            "command": "add_library",
            "hasParent": true
        },
        {
            "file": "^imported/CMakeLists\\.txt$",
            "line": null,
            "command": null,
            "hasParent": false
        }
    ],
    "folder": null,
    "nameOnDisk": "^(lib|cyg|msys-)?imported_shared\\.(so|dylib|dll)$",
    "artifacts": [
        {
            "path": "^((Debug|Release|RelWithDebInfo|MinSizeRel)/)?(lib|cyg|msys-)?imported_shared\\.(so|dylib|dll)$",
            "_dllExtra": false
        },
        {
            "path": "^((Debug|Release|RelWithDebInfo|MinSizeRel)/)?(lib)?imported_shared\\.(dll\\.a|lib|l)$",
            "_dllExtra": true
        }
    ],
    "build": "^imported$",
    "source": "^imported$",
    "install": null,
    "link": null,
    "archive": null,
    "dependencies": null,
    "linkLibraries": null,
    "interfaceLinkLibraries": null,
    "compileDependencies": null,
    "interfaceCompileDependencies": null,
    "objectDependencies": null,
    "orderDependencies": null
}