mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
cmLocalCommonGenerator: Adopt ConfigName member
De-duplicate the member from the local Makefile and Ninja generators.
This commit is contained in:
@@ -24,6 +24,12 @@ public:
|
||||
cmLocalGenerator* parent,
|
||||
cmState::Snapshot snapshot);
|
||||
~cmLocalCommonGenerator();
|
||||
|
||||
std::string const& GetConfigName() { return this->ConfigName; }
|
||||
|
||||
protected:
|
||||
void SetConfigName();
|
||||
std::string ConfigName;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user