mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
LINK_LIBRARY-genex: correct behavior for INTERFACE_LINK_LIBRARIES_DIRECT
Fixes: #25416
This commit is contained in:
@@ -449,9 +449,12 @@ public:
|
||||
TargetOrString ResolveTargetReference(std::string const& name,
|
||||
cmLocalGenerator const* lg) const;
|
||||
|
||||
cmLinkItem ResolveLinkItem(BT<std::string> const& name) const;
|
||||
cmLinkItem ResolveLinkItem(BT<std::string> const& name,
|
||||
cmLocalGenerator const* lg) const;
|
||||
cmLinkItem ResolveLinkItem(
|
||||
BT<std::string> const& name,
|
||||
std::string const& linkFeature = cmLinkItem::DEFAULT) const;
|
||||
cmLinkItem ResolveLinkItem(
|
||||
BT<std::string> const& name, cmLocalGenerator const* lg,
|
||||
std::string const& linkFeature = cmLinkItem::DEFAULT) const;
|
||||
|
||||
bool HasPackageReferences() const;
|
||||
std::vector<std::string> GetPackageReferences() const;
|
||||
@@ -1182,6 +1185,7 @@ private:
|
||||
};
|
||||
cm::optional<cmLinkItem> LookupLinkItem(std::string const& n,
|
||||
cmListFileBacktrace const& bt,
|
||||
std::string const& linkFeature,
|
||||
LookupLinkItemScope* scope,
|
||||
LookupSelf lookupSelf) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user