diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-25 11:52:46 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-27 06:44:24 (GMT) |
commit | def6da616b81958c9f1058a4e520ac3cbc534757 (patch) | |
tree | d2586262b7f973e0d3c095c810ec829e815a9f4d /Source/cmMakefile.h | |
parent | a67231ac114235f0af4673235c4c07fa896c8ab6 (diff) | |
download | CMake-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.h | 5 |
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. */ |