mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +00:00
Fixed: name_dir property for NeL and Ryzom libs under Mac OS X
This commit is contained in:
parent
258e16099c
commit
ed9abbb2d5
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ MACRO(NL_DEFAULT_PROPS name label)
|
|||
# Set versions only if target is a shared library
|
||||
SET_TARGET_PROPERTIES(${name} PROPERTIES
|
||||
VERSION ${NL_VERSION} SOVERSION ${NL_VERSION_MAJOR}
|
||||
INSTALL_NAME_DIR ${NL_LIB_PREFIX}
|
||||
PROJECT_LABEL ${label})
|
||||
ELSE(${type} STREQUAL SHARED_LIBRARY)
|
||||
SET_TARGET_PROPERTIES(${name} PROPERTIES
|
||||
|
|
Loading…
Reference in a new issue