summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-25 11:52:46 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-27 06:44:24 (GMT)
commitdef6da616b81958c9f1058a4e520ac3cbc534757 (patch)
treed2586262b7f973e0d3c095c810ec829e815a9f4d /Source/cmMakefile.h
parenta67231ac114235f0af4673235c4c07fa896c8ab6 (diff)
downloadCMake-def6da616b81958c9f1058a4e520ac3cbc534757.zip
CMake-def6da616b81958c9f1058a4e520ac3cbc534757.tar.gz
CMake-def6da616b81958c9f1058a4e520ac3cbc534757.tar.bz2
cmLocalGenerator: Port FindGeneratorTarget away from GetGeneratorTarget
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 35dd3c6..01c4524 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -400,6 +400,11 @@ public:
bool excludeAliases = false) const;
bool IsAlias(const std::string& name) const;
+ std::map<std::string, std::string> GetAliasTargets() const
+ {
+ return this->AliasTargets;
+ }
+
/**
* Mark include directories as system directories.
*/