summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-15 19:33:57 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-15 19:33:57 (GMT)
commit510cb415d4d97a6c849e1c41ddb70457c8747213 (patch)
tree67c0a88a97ae085ef0f33bb9e99f79e4741b522d /Source
parent0ef8da2a53a9198ec2cf922f8b265d54f7432352 (diff)
downloadCMake-510cb415d4d97a6c849e1c41ddb70457c8747213.zip
CMake-510cb415d4d97a6c849e1c41ddb70457c8747213.tar.gz
CMake-510cb415d4d97a6c849e1c41ddb70457c8747213.tar.bz2
COMP: forgot to commit this one
Alex
Diffstat (limited to 'Source')
-rw-r--r--Source/cmInstallTargetGenerator.h3
1 files changed, 3 insertions, 0 deletions
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,