cmLocalCommonGenerator: Adopt ConfigName member

De-duplicate the member from the local Makefile and Ninja generators.
This commit is contained in:
Brad King
2015-07-08 11:27:22 -04:00
parent a4a2518dd4
commit 9d41f6d87b
6 changed files with 24 additions and 38 deletions
+6
View File
@@ -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