summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-06-03 13:56:44 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-06-03 13:56:44 (GMT)
commit3caf565d079af73f0ea8aaa7b6f4f212e0fcb15d (patch)
treed27ff59dbffe4dd8b672b9439266b2360b44e298 /Source/cmSystemTools.h
parentd444fea16339e3d39bc38244d2f0ee36b31b6be1 (diff)
parentdc1d025197d48829f2c0389824c8273b9e257413 (diff)
downloadCMake-3caf565d079af73f0ea8aaa7b6f4f212e0fcb15d.zip
CMake-3caf565d079af73f0ea8aaa7b6f4f212e0fcb15d.tar.gz
CMake-3caf565d079af73f0ea8aaa7b6f4f212e0fcb15d.tar.bz2
Merge topic 'rpath-on-mac'
dc1d025 OS X: Add test for rpaths on Mac. 8576b3f OS X: Add support for @rpath in export files. 00d71bd Xcode: Add rpath support in Xcode generator. 94e7fef OS X: Add RPATH support for Mac.
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index 8355d78..f5be26b 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -439,6 +439,10 @@ public:
static bool GuessLibrarySOName(std::string const& fullPath,
std::string& soname);
+ /** Try to guess the install name of a shared library. */
+ static bool GuessLibraryInstallName(std::string const& fullPath,
+ std::string& soname);
+
/** Try to set the RPATH in an ELF binary. */
static bool ChangeRPath(std::string const& file,
std::string const& oldRPath,