blob: 961d71295c0834d904907803f58e7668ae6b0fc4 (
plain)
1
2
3
4
5
6
7
8
|
CMAKE_INSTALL_NAME_DIR
----------------------
Mac OS X directory name for installed targets.
``CMAKE_INSTALL_NAME_DIR`` is used to initialize the
:prop_tgt:`INSTALL_NAME_DIR` property on all targets. See that target
property for more information.
|