set correct install_name for os x

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@683171 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Martin Aumüller 2007-07-04 10:12:22 +00:00
parent b5a9b00003
commit 12dcb75582

View File

@ -118,7 +118,7 @@ if(ZLIB_FOUND)
TARGET_LINK_LIBRARIES(tag ${ZLIB_LIBRARIES})
endif(ZLIB_FOUND)
SET_TARGET_PROPERTIES(tag PROPERTIES VERSION 1.4.0 SOVERSION 1 )
SET_TARGET_PROPERTIES(tag PROPERTIES VERSION 1.4.0 SOVERSION 1 INSTALL_NAME_DIR ${LIB_INSTALL_DIR})
INSTALL(TARGETS tag DESTINATION ${LIB_INSTALL_DIR} )
INSTALL( FILES tag.h fileref.h audioproperties.h DESTINATION ${INCLUDE_INSTALL_DIR}/taglib)