Browse Source

cmMakefileTargetGenerator: Add accessor for GeneratorTarget.

Stephen Kelly 10 years ago
parent
commit
c8a5f5ae60
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmMakefileTargetGenerator.h

+ 1 - 0
Source/cmMakefileTargetGenerator.h

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