summaryrefslogtreecommitdiffstats
path: root/Tests/MacRuntimePath/A/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add a BUILD_RPATH target property specifying build-tree RPATH entriesRuslan Baratov2016-10-031-3/+12
| | | | | | Users may need to add custom `RPATH` entries to be able to run binaries from their build tree without setting `LD_LIBRARY_PATH`. Provide a way to do this that does not affect the install-tree `RPATH`.
* OS X: Add CMP0042 to enable MACOSX_RPATH by defaultClinton Stimpson2014-01-021-2/+4
| | | | | Also adding documentation for CMAKE_MACOSX_RPATH, and improving documentation for MACOSX_RPATH.
* OS X: Enable rpath support on Mac OS X when find_library() is used.Clinton Stimpson2013-07-161-0/+5
|
* OS X: Add test for rpaths on Mac.Clinton Stimpson2013-06-031-0/+63
This also tests rpaths through export/import.