summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/FileAPI/codemodel-v2-data/targets/custom_exe.json
blob: ab301e9a3869a7dea91f7a895a72ac3f134e7594 (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
101
102
103
104
105
106
107
{
    "name": "custom_exe",
    "id": "^custom_exe::@c11385ffed57b860da63$",
    "directorySource": "^custom$",
    "projectName": "Custom",
    "type": "EXECUTABLE",
    "isGeneratorProvided": null,
    "sources": [
        {
            "path": "^empty\\.c$",
            "isGenerated": null,
            "sourceGroupName": "Source Files",
            "compileGroupLanguage": "C",
            "backtrace": [
                {
                    "file": "^custom/CMakeLists\\.txt$",
                    "line": 4,
                    "command": "add_executable",
                    "hasParent": true
                },
                {
                    "file": "^custom/CMakeLists\\.txt$",
                    "line": null,
                    "command": null,
                    "hasParent": false
                }
            ]
        }
    ],
    "sourceGroups": [
        {
            "name": "Source Files",
            "sourcePaths": [
                "^empty\\.c$"
            ]
        }
    ],
    "compileGroups": [
        {
            "language": "C",
            "sourcePaths": [
                "^empty\\.c$"
            ],
            "includes": null,
            "defines": null,
            "compileCommandFragments": null
        }
    ],
    "backtrace": [
        {
            "file": "^custom/CMakeLists\\.txt$",
            "line": 4,
            "command": "add_executable",
            "hasParent": true
        },
        {
            "file": "^custom/CMakeLists\\.txt$",
            "line": null,
            "command": null,
            "hasParent": false
        }
    ],
    "folder": null,
    "nameOnDisk": "^custom_exe(\\.exe)?$",
    "artifacts": [
        {
            "path": "^custom/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?custom_exe(\\.exe)?$",
            "_dllExtra": false
        },
        {
            "path": "^custom/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?custom_exe\\.pdb$",
            "_dllExtra": true
        }
    ],
    "build": "^custom$",
    "source": "^custom$",
    "install": null,
    "link": {
        "language": "C",
        "lto": null,
        "commandFragments": null
    },
    "archive": null,
    "dependencies": [
        {
            "id": "^custom_tgt::@c11385ffed57b860da63$",
            "backtrace": [
                {
                    "file": "^custom/CMakeLists\\.txt$",
                    "line": 5,
                    "command": "add_dependencies",
                    "hasParent": true
                },
                {
                    "file": "^custom/CMakeLists\\.txt$",
                    "line": null,
                    "command": null,
                    "hasParent": false
                }
            ]
        },
        {
            "id": "^ZERO_CHECK::@c11385ffed57b860da63$",
            "backtrace": null
        }
    ]
}