diff options
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index 3ab18bc..aea31fb 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -19,13 +19,13 @@ #define cmGlobalGenerator_h #include "cmStandardIncludes.h" -#include "cmExternalMakefileProjectGenerator.h" #include "cmTarget.h" // For cmTargets class cmake; class cmMakefile; class cmLocalGenerator; +class cmExternalMakefileProjectGenerator; class cmTarget; /** \class cmGlobalGenerator @@ -126,8 +126,7 @@ public: void SetExternalMakefileProjectGenerator( cmExternalMakefileProjectGenerator *extraGenerator); - const char* GetExtraGeneratorName() const - {return this->ExtraGenerator!=0 ? this->ExtraGenerator->GetName():0;} + const char* GetExtraGeneratorName() const; void AddInstallComponent(const char* component); void EnableInstallTarget(); |