mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 21:14:23 -04:00
win32 install fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@712787 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -37,7 +37,11 @@ IF(HAVE_CRUN_LIB)
|
||||
ENDIF(HAVE_CRUN_LIB)
|
||||
|
||||
SET_TARGET_PROPERTIES(tag_c PROPERTIES VERSION 0.0.0 SOVERSION 0 )
|
||||
INSTALL(TARGETS tag_c DESTINATION ${LIB_INSTALL_DIR} )
|
||||
INSTALL(TARGETS tag_c
|
||||
LIBRARY DESTINATION ${LIB_INSTALL_DIR}
|
||||
RUNTIME DESTINATION bin
|
||||
ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
|
||||
)
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
Reference in New Issue
Block a user