summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-18 21:49:12 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-24 07:19:52 (GMT)
commita6b7eb5bc8c304dab2102689eb09ec85c1e7f6be (patch)
treec54dcd116704299bff1004d38e56469fba036b72 /Source/cmLocalGenerator.h
parentc2c239e607549d6513d95c3e919b4f509733bc87 (diff)
downloadCMake-a6b7eb5bc8c304dab2102689eb09ec85c1e7f6be.zip
CMake-a6b7eb5bc8c304dab2102689eb09ec85c1e7f6be.tar.gz
CMake-a6b7eb5bc8c304dab2102689eb09ec85c1e7f6be.tar.bz2
cmInstallTargetGenerator: Get a cmGeneratorTarget directly.
Extend the cmGeneratorTarget API to make this possible.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 1375985..552020b 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -120,6 +120,7 @@ public:
void AddGeneratorTarget(cmGeneratorTarget* gt);
+ cmGeneratorTarget* FindGeneratorTarget(const std::string& name) const;
cmGeneratorTarget* FindGeneratorTargetToUse(const std::string& name) const;
/**