cmCommonTargetGenerator: Adopt ModuleDefinitionFile member

De-duplicate the ModuleDefinitionFile and AddModuleDefinitionFlag
members from the Makefile and Ninja target generators.
This commit is contained in:
Brad King
2015-07-08 15:24:17 -04:00
parent beee793732
commit cdb5b65752
7 changed files with 39 additions and 70 deletions

View File

@@ -14,6 +14,8 @@
#include "cmLocalGenerator.h"
class cmCommonTargetGenerator;
/** \class cmLocalCommonGenerator
* \brief Common infrastructure for Makefile and Ninja local generators.
*/
@@ -30,6 +32,8 @@ public:
protected:
void SetConfigName();
std::string ConfigName;
friend class cmCommonTargetGenerator;
};
#endif