cmCommonTargetGenerator: Adopt GetFlags method

De-duplicate per-target flag computation in Makefile and Ninja target
generators.
This commit is contained in:
Brad King
2015-07-09 10:05:12 -04:00
parent f4875bbdd6
commit 0837538e46
6 changed files with 56 additions and 103 deletions

View File

@@ -149,9 +149,6 @@ private:
/// List of object files for this target.
cmNinjaDeps Objects;
std::vector<cmCustomCommand const*> CustomCommands;
typedef std::map<std::string, std::string> LanguageFlagMap;
LanguageFlagMap LanguageFlags;
};
#endif // ! cmNinjaTargetGenerator_h