mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
Refactor: Move common methods into cmInstallGenerator
This commit is contained in:
@@ -93,15 +93,6 @@ public:
|
||||
protected:
|
||||
void GenerateScriptForConfig(std::ostream& os, const std::string& config,
|
||||
Indent indent) override;
|
||||
using TweakMethod = void (cmInstallTargetGenerator::*)(std::ostream&, Indent,
|
||||
const std::string&,
|
||||
const std::string&);
|
||||
void AddTweak(std::ostream& os, Indent indent, const std::string& config,
|
||||
std::string const& file, TweakMethod tweak);
|
||||
void AddTweak(std::ostream& os, Indent indent, const std::string& config,
|
||||
std::string const& dir, std::vector<std::string> const& files,
|
||||
TweakMethod tweak);
|
||||
std::string GetDestDirPath(std::string const& file);
|
||||
void PreReplacementTweaks(std::ostream& os, Indent indent,
|
||||
const std::string& config,
|
||||
std::string const& file);
|
||||
|
||||
Reference in New Issue
Block a user