mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
GenexEval: Add abstracted access to link interface for a target.
This can be extended with special handling for static libraries so that we can process the link dependencies separately from the usage dependencies.
This commit is contained in:
@@ -276,6 +276,9 @@ public:
|
||||
if the target cannot be linked. */
|
||||
LinkInterface const* GetLinkInterface(const char* config,
|
||||
cmTarget *headTarget);
|
||||
void GetTransitivePropertyLinkLibraries(const char* config,
|
||||
cmTarget *headTarget,
|
||||
std::vector<std::string> &libs);
|
||||
|
||||
/** The link implementation specifies the direct library
|
||||
dependencies needed by the object files of the target. */
|
||||
|
||||
Reference in New Issue
Block a user