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
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "imported_exe",
|
|
"id": "^imported_exe::@ba7eb709d0b48779c6c8$",
|
|
"directorySource": "^imported$",
|
|
"projectName": "Imported",
|
|
"type": "EXECUTABLE",
|
|
"imported": true,
|
|
"local": true,
|
|
"abstract": true,
|
|
"symbolic": null,
|
|
"isGeneratorProvided": null,
|
|
"fileSets": null,
|
|
"sources": [],
|
|
"sourceGroups": null,
|
|
"compileGroups": null,
|
|
"backtrace": [
|
|
{
|
|
"file": "^imported/CMakeLists\\.txt$",
|
|
"line": 5,
|
|
"command": "add_executable",
|
|
"hasParent": true
|
|
},
|
|
{
|
|
"file": "^imported/CMakeLists\\.txt$",
|
|
"line": null,
|
|
"command": null,
|
|
"hasParent": false
|
|
}
|
|
],
|
|
"folder": null,
|
|
"nameOnDisk": "^imported_exe(\\.exe)?$",
|
|
"artifacts": [
|
|
{
|
|
"path": "^((Debug|Release|RelWithDebInfo|MinSizeRel)/)?imported_exe(\\.exe)?$",
|
|
"_dllExtra": false
|
|
}
|
|
],
|
|
"build": "^imported$",
|
|
"source": "^imported$",
|
|
"install": null,
|
|
"link": null,
|
|
"archive": null,
|
|
"dependencies": null,
|
|
"linkLibraries": null,
|
|
"interfaceLinkLibraries": null,
|
|
"compileDependencies": null,
|
|
"interfaceCompileDependencies": null,
|
|
"objectDependencies": null,
|
|
"orderDependencies": null
|
|
}
|