mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
cmInstallScriptGenerator: Factor out method to get script
This commit is contained in:
@@ -25,6 +25,10 @@ public:
|
||||
|
||||
bool Compute(cmLocalGenerator* lg) override;
|
||||
|
||||
bool IsCode() const { return this->Code; }
|
||||
|
||||
std::string GetScript(std::string const& config) const;
|
||||
|
||||
protected:
|
||||
void GenerateScriptActions(std::ostream& os, Indent indent) override;
|
||||
void GenerateScriptForConfig(std::ostream& os, const std::string& config,
|
||||
|
||||
Reference in New Issue
Block a user