cmInstallGenerator: Add accessors for settings common to all installers

This commit is contained in:
Brad King
2021-01-14 15:49:25 -05:00
parent e32818dd76
commit 203cc694dd

View File

@@ -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: