diff options
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 45639c0..7cf1720 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -1006,8 +1006,6 @@ private: std::string Languages; std::string LibrariesProp; std::vector<BT<std::string>> Libraries; - std::vector<BT<std::string>> LibrariesHeadInclude; - std::vector<BT<std::string>> LibrariesHeadExclude; std::string SharedDeps; }; @@ -1068,16 +1066,10 @@ private: bool IsLinkLookupScope(std::string const& n, cmLocalGenerator const*& lg) const; - enum class LinkInterfaceField - { - Libraries, - HeadExclude, - HeadInclude, - }; void ExpandLinkItems(std::string const& prop, cmBTStringRange entries, std::string const& config, const cmGeneratorTarget* headTarget, - LinkInterfaceFor interfaceFor, LinkInterfaceField field, + LinkInterfaceFor interfaceFor, cmLinkInterface& iface) const; struct LookupLinkItemScope |