mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-11 01:29:36 -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
98 lines
2.8 KiB
JSON
98 lines
2.8 KiB
JSON
{
|
|
"name": "ALL_BUILD",
|
|
"id": "^ALL_BUILD::@[0-9a-f]+$",
|
|
"directorySource": "^.*/Tests/RunCMake/FileAPIExternalSource$",
|
|
"projectName": "External",
|
|
"type": "UTILITY",
|
|
"imported": null,
|
|
"local": null,
|
|
"abstract": null,
|
|
"symbolic": null,
|
|
"isGeneratorProvided": true,
|
|
"fileSets": null,
|
|
"sources": [
|
|
{
|
|
"path": "^.*/Tests/RunCMake/FileAPI/FileAPIExternalBuild/CMakeFiles/ALL_BUILD$",
|
|
"isGenerated": true,
|
|
"fileSetName": null,
|
|
"sourceGroupName": "",
|
|
"compileGroupLanguage": null,
|
|
"backtrace": [
|
|
{
|
|
"file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
|
|
"line": null,
|
|
"command": null,
|
|
"hasParent": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"path": "^.*/Tests/RunCMake/FileAPI/FileAPIExternalBuild/CMakeFiles/ALL_BUILD\\.rule$",
|
|
"isGenerated": true,
|
|
"fileSetName": null,
|
|
"sourceGroupName": "CMake Rules",
|
|
"compileGroupLanguage": null,
|
|
"backtrace": [
|
|
{
|
|
"file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
|
|
"line": null,
|
|
"command": null,
|
|
"hasParent": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"sourceGroups": [
|
|
{
|
|
"name": "",
|
|
"sourcePaths": [
|
|
"^.*/Tests/RunCMake/FileAPI/FileAPIExternalBuild/CMakeFiles/ALL_BUILD$"
|
|
]
|
|
},
|
|
{
|
|
"name": "CMake Rules",
|
|
"sourcePaths": [
|
|
"^.*/Tests/RunCMake/FileAPI/FileAPIExternalBuild/CMakeFiles/ALL_BUILD\\.rule$"
|
|
]
|
|
}
|
|
],
|
|
"compileGroups": null,
|
|
"backtrace": [
|
|
{
|
|
"file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
|
|
"line": null,
|
|
"command": null,
|
|
"hasParent": false
|
|
}
|
|
],
|
|
"folder": null,
|
|
"nameOnDisk": null,
|
|
"artifacts": null,
|
|
"build": "^.*/Tests/RunCMake/FileAPI/FileAPIExternalBuild$",
|
|
"source": "^.*/Tests/RunCMake/FileAPIExternalSource$",
|
|
"install": null,
|
|
"link": null,
|
|
"archive": null,
|
|
"dependencies": [
|
|
{
|
|
"id": "^ZERO_CHECK::@[0-9a-f]+$",
|
|
"backtrace": null
|
|
},
|
|
{
|
|
"id": "^generated_exe::@[0-9a-f]+$",
|
|
"backtrace": null
|
|
}
|
|
],
|
|
"linkLibraries": null,
|
|
"interfaceLinkLibraries": null,
|
|
"compileDependencies": null,
|
|
"interfaceCompileDependencies": null,
|
|
"objectDependencies": null,
|
|
"orderDependencies": [
|
|
{
|
|
"id": "^generated_exe::@[0-9a-f]+$",
|
|
"backtrace": null
|
|
}
|
|
]
|
|
}
|