cmMakefileTargetGenerator: Add accessor for GeneratorTarget.
This commit is contained in:
parent
f8076644ce
commit
c8a5f5ae60
|
@ -53,6 +53,7 @@ public:
|
|||
{ return this->ProgressFileNameFull; }
|
||||
|
||||
cmTarget* GetTarget() { return this->Target;}
|
||||
cmGeneratorTarget* GetGeneratorTarget() { return this->GeneratorTarget;}
|
||||
|
||||
protected:
|
||||
|
||||
|
|
Loading…
Reference in New Issue