mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 11:49:55 -06:00
cmMakefileTargetGenerator: Add accessor for GeneratorTarget.
This commit is contained in:
@@ -53,6 +53,7 @@ public:
|
||||
{ return this->ProgressFileNameFull; }
|
||||
|
||||
cmTarget* GetTarget() { return this->Target;}
|
||||
cmGeneratorTarget* GetGeneratorTarget() { return this->GeneratorTarget;}
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user