diff options
Diffstat (limited to 'Source/cmInstallTargetGenerator.h')
-rw-r--r-- | Source/cmInstallTargetGenerator.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Source/cmInstallTargetGenerator.h b/Source/cmInstallTargetGenerator.h index 6e13ac8..ac7058a 100644 --- a/Source/cmInstallTargetGenerator.h +++ b/Source/cmInstallTargetGenerator.h @@ -33,8 +33,12 @@ public: protected: virtual void GenerateScript(std::ostream& os); - void PrepareInstallReference(std::ostream& os); - std::string GetInstallReference(); + void PrepareScriptReference(std::ostream& os, cmTarget* target, + const char* place, bool useConfigDir, + bool useSOName); + std::string GetScriptReference(cmTarget* target, const char* place, + bool useSOName); + void AddInstallNamePatchRule(std::ostream& os); cmTarget* Target; std::string Destination; bool ImportLibrary; |