summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/codemodel-v2-data/targets/imported_static_lib.json
blob: 0489578dad95723ac2510b4c9f92e7445dd121f6 (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
{
    "name": "imported_static_lib",
    "id": "^imported_static_lib::@ba7eb709d0b48779c6c8$",
    "directorySource": "^imported$",
    "projectName": "Imported",
    "type": "STATIC_LIBRARY",
    "imported": true,
    "local": true,
    "abstract": true,
    "symbolic": null,
    "isGeneratorProvided": null,
    "fileSets": null,
    "sources": [],
    "sourceGroups": null,
    "compileGroups": null,
    "backtrace": [
        {
            "file": "^imported/CMakeLists\\.txt$",
            "line": 20,
            "command": "add_library",
            "hasParent": true
        },
        {
            "file": "^imported/CMakeLists\\.txt$",
            "line": null,
            "command": null,
            "hasParent": false
        }
    ],
    "folder": null,
    "nameOnDisk": "^(lib)?imported_static\\.(a|lib|l)$",
    "artifacts": [
        {
            "path": "^((Debug|Release|RelWithDebInfo|MinSizeRel)/)?(lib)?imported_static\\.(a|lib|l)$",
            "_dllExtra": false
        }
    ],
    "build": "^imported$",
    "source": "^imported$",
    "install": null,
    "link": null,
    "archive": null,
    "dependencies": null,
    "linkLibraries": null,
    "interfaceLinkLibraries": null,
    "compileDependencies": null,
    "interfaceCompileDependencies": null,
    "objectDependencies": null,
    "orderDependencies": null
}