1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-26 15:25:04 +02:00

Remove LIBRARY from install DESTINATIONs because it breaks cmake configure for windows

This commit is contained in:
Dominik Schmidt
2011-03-19 20:10:27 +01:00
parent c2c41eaee5
commit 4b24be300b
4 changed files with 4 additions and 4 deletions

View File

@@ -43,4 +43,4 @@ IF( APPLE )
# SET( CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} "-undefined dynamic_lookup" )
ENDIF( APPLE )
install( TARGETS tomahawk_sipjabber LIBRARY DESTINATION lib )
install( TARGETS tomahawk_sipjabber DESTINATION lib )

View File

@@ -43,4 +43,4 @@ IF( APPLE )
# SET( CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} "-undefined dynamic_lookup" )
ENDIF( APPLE )
install( TARGETS tomahawk_sipjreen LIBRARY DESTINATION lib )
install( TARGETS tomahawk_sipjreen DESTINATION lib )

View File

@@ -50,4 +50,4 @@ IF( APPLE )
SET( CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} "-undefined dynamic_lookup" )
ENDIF( APPLE )
install( TARGETS tomahawk_siptwitter LIBRARY DESTINATION lib )
install( TARGETS tomahawk_siptwitter DESTINATION lib )

View File

@@ -41,4 +41,4 @@ IF( APPLE )
# SET( CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} "-undefined dynamic_lookup" )
ENDIF( APPLE )
install( TARGETS tomahawk_sipzeroconf LIBRARY DESTINATION lib )
install( TARGETS tomahawk_sipzeroconf DESTINATION lib )