mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
cmInstallGenerator: Add accessors for settings common to all installers
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user