mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 17:39:51 -05:00
cmCommonTargetGenerator: Adopt GetDefines method
Move the member up from cmMakefileTargetGenerator so it can be re-used later by cmNinjaTargetGenerator.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user