mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-25 16:09:42 -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
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "inject_direct_lib",
|
|
"id": "^inject_direct_lib::@79b6367c9e05c77f6a80$",
|
|
"directorySource": "^direct$",
|
|
"projectName": "Direct",
|
|
"type": "INTERFACE_LIBRARY",
|
|
"imported": null,
|
|
"local": null,
|
|
"abstract": true,
|
|
"symbolic": null,
|
|
"isGeneratorProvided": null,
|
|
"fileSets": null,
|
|
"sources": [],
|
|
"sourceGroups": null,
|
|
"compileGroups": null,
|
|
"backtrace": [
|
|
{
|
|
"file": "^direct/CMakeLists\\.txt$",
|
|
"line": 5,
|
|
"command": "add_library",
|
|
"hasParent": true
|
|
},
|
|
{
|
|
"file": "^direct/CMakeLists\\.txt$",
|
|
"line": null,
|
|
"command": null,
|
|
"hasParent": false
|
|
}
|
|
],
|
|
"folder": null,
|
|
"nameOnDisk": null,
|
|
"artifacts": null,
|
|
"build": "^direct$",
|
|
"source": "^direct$",
|
|
"install": null,
|
|
"link": null,
|
|
"archive": null,
|
|
"dependencies": null,
|
|
"linkLibraries": null,
|
|
"interfaceLinkLibraries": null,
|
|
"compileDependencies": null,
|
|
"interfaceCompileDependencies": null,
|
|
"objectDependencies": null,
|
|
"orderDependencies": null
|
|
}
|