diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index cb68559..049d3ea 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -308,6 +308,8 @@ public: }; LinkClosure const* GetLinkClosure(const std::string& config) const; + cmTarget const* FindTargetToLink(std::string const& name) const; + /** Strip off leading and trailing whitespace from an item named in the link dependencies of this target. */ std::string CheckCMP0004(std::string const& item) const; |