mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
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:
parent
b5a9b00003
commit
12dcb75582
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user