mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-06 07:09:49 -06:00
This adds the following new arrays, which together capture all direct dependencies and interface dependencies of a target: - linkLibraries - interfaceLinkLibraries - compileDependencies - interfaceCompileDependencies - objectDependencies - orderDependencies Fixes: #21995, #25213
144 lines
3.8 KiB
JSON
144 lines
3.8 KiB
JSON
{
|
|
"name": "custom_exe",
|
|
"id": "^custom_exe::@c11385ffed57b860da63$",
|
|
"directorySource": "^custom$",
|
|
"projectName": "Custom",
|
|
"type": "EXECUTABLE",
|
|
"imported": null,
|
|
"local": null,
|
|
"abstract": null,
|
|
"symbolic": null,
|
|
"isGeneratorProvided": null,
|
|
"fileSets": null,
|
|
"sources": [
|
|
{
|
|
"path": "^empty\\.c$",
|
|
"isGenerated": null,
|
|
"fileSetName": 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,
|
|
"frameworks": null,
|
|
"defines": [
|
|
{
|
|
"define": "_MBCS",
|
|
"backtrace": 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
|
|
}
|
|
],
|
|
"linkLibraries": null,
|
|
"interfaceLinkLibraries": null,
|
|
"compileDependencies": null,
|
|
"interfaceCompileDependencies": null,
|
|
"objectDependencies": null,
|
|
"orderDependencies": [
|
|
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|