Changes between Initial Version and Version 1 of Ticket #43195, comment 5
- Timestamp:
- Apr 3, 2014, 5:56:22 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43195, comment 5
initial v1 1 CMake supports that out of the box by setting the `INSTALL_NAME_DIR` p orperty in `CMakeLists.txt` for the target that builds the library.1 CMake supports that out of the box by setting the `INSTALL_NAME_DIR` property in `CMakeLists.txt` for the target that builds the library. 2 2 See http://cmake.org/cmake/help/v2.8.10/cmake.html#prop_tgt:INSTALL_NAME_DIR. 3 3