summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/codemodel-v2-data/targets/inject_direct_lib_impl.json
blob: 587734f77cb05a5bf234251cd65cd6970c213abe (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
    "name": "inject_direct_lib_impl",
    "id": "^inject_direct_lib_impl::@79b6367c9e05c77f6a80$",
    "directorySource": "^direct$",
    "projectName": "Direct",
    "type": "OBJECT_LIBRARY",
    "imported": null,
    "local": null,
    "abstract": null,
    "symbolic": null,
    "isGeneratorProvided": null,
    "fileSets": null,
    "sources": [
        {
            "path": "^direct/other\\.c$",
            "isGenerated": null,
            "fileSetName": null,
            "sourceGroupName": "Source Files",
            "compileGroupLanguage": "C",
            "backtrace": [
                {
                    "file": "^direct/CMakeLists\\.txt$",
                    "line": 6,
                    "command": "add_library",
                    "hasParent": true
                },
                {
                    "file": "^direct/CMakeLists\\.txt$",
                    "line": null,
                    "command": null,
                    "hasParent": false
                }
            ]
        }
    ],
    "sourceGroups": [
        {
            "name": "Source Files",
            "sourcePaths": [
                "^direct/other\\.c$"
            ]
        }
    ],
    "compileGroups": [
        {
            "language": "C",
            "sourcePaths": [
                "^direct/other\\.c$"
            ],
            "includes": null,
            "frameworks": null,
            "defines": [
                {
                    "define": "_MBCS",
                    "backtrace": null
                }
            ],
            "compileCommandFragments": null
        }
    ],
    "backtrace": [
        {
            "file": "^direct/CMakeLists\\.txt$",
            "line": 6,
            "command": "add_library",
            "hasParent": true
        },
        {
            "file": "^direct/CMakeLists\\.txt$",
            "line": null,
            "command": null,
            "hasParent": false
        }
    ],
    "folder": null,
    "nameOnDisk": null,
    "artifacts": [
        {
            "path": "^(direct|build/inject_direct_lib_impl\\.build)/.*/other(\\.c)?\\.o(bj)?$",
            "_dllExtra": false
        }
    ],
    "build": "^direct$",
    "source": "^direct$",
    "install": null,
    "link": null,
    "archive": null,
    "dependencies": [
        {
            "id": "^ZERO_CHECK::@79b6367c9e05c77f6a80$",
            "backtrace": null
        }
    ],
    "linkLibraries": null,
    "interfaceLinkLibraries": null,
    "compileDependencies": null,
    "interfaceCompileDependencies": null,
    "objectDependencies": null,
    "orderDependencies": null
}