summaryrefslogtreecommitdiffstats
path: root/Tests/MacRuntimePath/A
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`.
* Revise C++ coding style using clang-formatKitware Robot2016-05-163-18/+18
| | | | | | | | | | | | | Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
* 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-163-0/+30
|
* OS X: Add test for rpaths on Mac.Clinton Stimpson2013-06-038-0/+137
This also tests rpaths through export/import.