From 510cb415d4d97a6c849e1c41ddb70457c8747213 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Fri, 15 Jun 2007 15:33:57 -0400 Subject: COMP: forgot to commit this one Alex --- Source/cmInstallTargetGenerator.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/cmInstallTargetGenerator.h b/Source/cmInstallTargetGenerator.h index 35c1662..a81d0d3 100644 --- a/Source/cmInstallTargetGenerator.h +++ b/Source/cmInstallTargetGenerator.h @@ -36,6 +36,9 @@ public: ); virtual ~cmInstallTargetGenerator(); + static std::string GetInstallFilename(cmTarget*target, const char* config, + bool implib, bool useSOName); + protected: virtual void GenerateScript(std::ostream& os); void PrepareScriptReference(std::ostream& os, cmTarget* target, -- cgit v0.12