mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
cmCommonTargetGenerator: Adopt GetFlags method
De-duplicate per-target flag computation in Makefile and Ninja target generators.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user