cmMakefileTargetGenerator: Add accessor for GeneratorTarget.

This commit is contained in:
Stephen Kelly 2015-08-04 19:19:49 +02:00
parent f8076644ce
commit c8a5f5ae60
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ public:
{ return this->ProgressFileNameFull; }
cmTarget* GetTarget() { return this->Target;}
cmGeneratorTarget* GetGeneratorTarget() { return this->GeneratorTarget;}
protected: