diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-05 15:37:48 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:46:31 (GMT) |
commit | 771e79a2bf97e2e5de40106396358adc773014f1 (patch) | |
tree | 4e4fa95cb35ee586b2c3b6ab13d8819da6c6087d /Source/cmTarget.h | |
parent | 3846ebcf2b60b73e3eec848bd3dd41711eac5dc4 (diff) | |
download | CMake-771e79a2bf97e2e5de40106396358adc773014f1.zip CMake-771e79a2bf97e2e5de40106396358adc773014f1.tar.gz CMake-771e79a2bf97e2e5de40106396358adc773014f1.tar.bz2 |
cmLinkItem: Add cmOptionalLinkImplementation type.
Move the associated Compute* methods to the cmTarget class.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 19cc220..d49b23e 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -237,6 +237,13 @@ public: cmLinkImplementationLibraries const* GetLinkImplementationLibraries(const std::string& config) const; + void ComputeLinkImplementationLibraries(const std::string& config, + cmOptionalLinkImplementation& impl, + cmTarget const* head) const; + void ComputeLinkImplementationLanguages(const std::string& config, + cmOptionalLinkImplementation& impl + ) const; + cmTarget const* FindTargetToLink(std::string const& name) const; /** Strip off leading and trailing whitespace from an item named in |