mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-26 00:20:06 -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
103 lines
2.6 KiB
JSON
103 lines
2.6 KiB
JSON
{
|
|
"name": "usage_lib",
|
|
"id": "^usage_lib::@79b6367c9e05c77f6a80$",
|
|
"directorySource": "^direct$",
|
|
"projectName": "Direct",
|
|
"type": "STATIC_LIBRARY",
|
|
"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": "^direct/CMakeLists\\.txt$",
|
|
"line": 36,
|
|
"command": "add_library",
|
|
"hasParent": true
|
|
},
|
|
{
|
|
"file": "^direct/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": "^direct/CMakeLists\\.txt$",
|
|
"line": 36,
|
|
"command": "add_library",
|
|
"hasParent": true
|
|
},
|
|
{
|
|
"file": "^direct/CMakeLists\\.txt$",
|
|
"line": null,
|
|
"command": null,
|
|
"hasParent": false
|
|
}
|
|
],
|
|
"folder": null,
|
|
"nameOnDisk": "^(lib)?usage_lib\\.(a|lib|l)$",
|
|
"artifacts": [
|
|
{
|
|
"path": "^direct/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?(lib)?usage_lib\\.(a|lib|l)$",
|
|
"_dllExtra": false
|
|
}
|
|
],
|
|
"build": "^direct$",
|
|
"source": "^direct$",
|
|
"install": null,
|
|
"link": null,
|
|
"archive": {
|
|
"lto": null
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"id": "^ZERO_CHECK::@79b6367c9e05c77f6a80$",
|
|
"backtrace": null
|
|
}
|
|
],
|
|
"linkLibraries": null,
|
|
"interfaceLinkLibraries": null,
|
|
"compileDependencies": null,
|
|
"interfaceCompileDependencies": null,
|
|
"objectDependencies": null,
|
|
"orderDependencies": null
|
|
}
|