diff --git a/Source/cmInstallGenerator.h b/Source/cmInstallGenerator.h index 64ee9edf77..6cd9ff9bb9 100644 --- a/Source/cmInstallGenerator.h +++ b/Source/cmInstallGenerator.h @@ -62,6 +62,10 @@ public: virtual bool Compute(cmLocalGenerator*) { return true; } + std::string const& GetComponent() const { return this->Component; } + + bool GetExcludeFromAll() const { return this->ExcludeFromAll; } + cmListFileBacktrace const& GetBacktrace() const { return this->Backtrace; } protected: