summaryrefslogtreecommitdiff
path: root/Source/cmComputeLinkInformation.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-22 10:05:27 -0500
committerBrad King <brad.king@kitware.com>2008-01-22 10:05:27 -0500
commitceb716575e837c35747d78caafec9f38fb7da347 (patch)
tree4255fae777cb2efe23d3f3f1666ae1ca36e94343 /Source/cmComputeLinkInformation.h
parentd2d18fb56584b1446981986a3ab0440cacd42e41 (diff)
downloadcmake-ceb716575e837c35747d78caafec9f38fb7da347.tar.gz
BUG: When a library file name is linked without a path make sure the link type is restored after the -l option.
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r--Source/cmComputeLinkInformation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h
index d8a1374a6d..e45ac9ff06 100644
--- a/Source/cmComputeLinkInformation.h
+++ b/Source/cmComputeLinkInformation.h
@@ -102,6 +102,8 @@ private:
std::string NoCaseExpression(const char* str);
// Handling of link items that are not targets or full file paths.
+ void AddTargetItem(std::string const& item, cmTarget* target);
+ void AddFullItem(std::string const& item);
void AddUserItem(std::string const& item);
void AddDirectoryItem(std::string const& item);
void AddFrameworkItem(std::string const& item);