summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-02-13 10:26:08 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-02-24 15:43:23 (GMT)
commit326d07d27ec173d3e67a314010764ebbe7b2aa9c (patch)
treec966778dae9317edab16c83131e775de53121e86 /Source/cmTarget.h
parent21e91350b06b562ac2668c6ff2a3b220e41d4bc1 (diff)
downloadCMake-326d07d27ec173d3e67a314010764ebbe7b2aa9c.zip
CMake-326d07d27ec173d3e67a314010764ebbe7b2aa9c.tar.gz
CMake-326d07d27ec173d3e67a314010764ebbe7b2aa9c.tar.bz2
cmTarget: Extract a ComputeLinkImplementationLanguages method.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 0d85259..234adba 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -696,6 +696,7 @@ private:
void ComputeLinkImplementation(const char* config,
LinkImplementation& impl,
cmTarget const* head) const;
+ void ComputeLinkImplementationLanguages(LinkImplementation& impl) const;
void ComputeLinkClosure(const char* config, LinkClosure& lc,
cmTarget const* head) const;