summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-10 10:23:19 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-12 16:39:58 (GMT)
commitbf2d061ad37088be9ea6f135a980d14c4e76064b (patch)
treee6fef8ac1bb79be8e127a3572da799b2b70b3eea /Source/cmGeneratorTarget.h
parent61c02decce0c1b5aa78acd58d987a5d260079ca4 (diff)
downloadCMake-bf2d061ad37088be9ea6f135a980d14c4e76064b.zip
CMake-bf2d061ad37088be9ea6f135a980d14c4e76064b.tar.gz
CMake-bf2d061ad37088be9ea6f135a980d14c4e76064b.tar.bz2
cmGeneratorTarget: Move FindTargetToLink from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 70612f2..cd994c0 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -216,6 +216,8 @@ public:
cmOptionalLinkImplementation& impl,
const cmGeneratorTarget* head) const;
+ cmGeneratorTarget* FindTargetToLink(std::string const& name) const;
+
// Compute the set of languages compiled by the target. This is
// computed every time it is called because the languages can change
// when source file properties are changed and we do not have enough