cmCommonTargetGenerator: Adopt GetDefines method

Move the member up from cmMakefileTargetGenerator so it can be re-used
later by cmNinjaTargetGenerator.
This commit is contained in:
Brad King
2015-07-09 10:10:25 -04:00
parent 0837538e46
commit eacacacdce
4 changed files with 28 additions and 29 deletions
+2
View File
@@ -81,6 +81,8 @@ protected:
typedef std::map<std::string, std::string> ByLanguageMap;
std::string GetFlags(const std::string &l);
ByLanguageMap FlagsByLanguage;
std::string GetDefines(const std::string &l);
ByLanguageMap DefinesByLanguage;
};
#endif