cmInstallScriptGenerator: Factor out method to get script

This commit is contained in:
Brad King
2021-01-28 12:47:57 -05:00
parent 2452cfdeab
commit 1215092507
2 changed files with 18 additions and 7 deletions
+4
View File
@@ -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,