diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-15 19:33:57 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-15 19:33:57 (GMT) |
commit | 510cb415d4d97a6c849e1c41ddb70457c8747213 (patch) | |
tree | 67c0a88a97ae085ef0f33bb9e99f79e4741b522d /Source/cmInstallTargetGenerator.h | |
parent | 0ef8da2a53a9198ec2cf922f8b265d54f7432352 (diff) | |
download | CMake-510cb415d4d97a6c849e1c41ddb70457c8747213.zip CMake-510cb415d4d97a6c849e1c41ddb70457c8747213.tar.gz CMake-510cb415d4d97a6c849e1c41ddb70457c8747213.tar.bz2 |
COMP: forgot to commit this one
Alex
Diffstat (limited to 'Source/cmInstallTargetGenerator.h')
-rw-r--r-- | Source/cmInstallTargetGenerator.h | 3 |
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, |