diff options
-rw-r--r-- | Source/cmInstallGenerator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmInstallGenerator.h b/Source/cmInstallGenerator.h index 64ee9ed..6cd9ff9 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: |