summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-05 15:37:48 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:46:31 (GMT)
commit771e79a2bf97e2e5de40106396358adc773014f1 (patch)
tree4e4fa95cb35ee586b2c3b6ab13d8819da6c6087d /Source/cmTarget.h
parent3846ebcf2b60b73e3eec848bd3dd41711eac5dc4 (diff)
downloadCMake-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.h7
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