Skip to content
Snippets Groups Projects
Commit c8a5f5ae authored by Stephen Kelly's avatar Stephen Kelly
Browse files

cmMakefileTargetGenerator: Add accessor for GeneratorTarget.

parent f8076644
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ public:
{ return this->ProgressFileNameFull; }
cmTarget* GetTarget() { return this->Target;}
cmGeneratorTarget* GetGeneratorTarget() { return this->GeneratorTarget;}
protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment