mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
cmMakefileTargetGenerator: Require cmGeneratorTarget.
This commit is contained in:
@@ -34,7 +34,7 @@ class cmMakefileTargetGenerator
|
||||
{
|
||||
public:
|
||||
// constructor to set the ivars
|
||||
cmMakefileTargetGenerator(cmTarget* target);
|
||||
cmMakefileTargetGenerator(cmGeneratorTarget* target);
|
||||
virtual ~cmMakefileTargetGenerator();
|
||||
|
||||
// construct using this factory call
|
||||
|
||||
Reference in New Issue
Block a user