mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 02:54:33 +02:00
Install to "." makes libraries install into very bad (and non-working) locations. Put them
in lib like they're supposed to be...(and like they are elsewhere in the app)
This commit is contained in:
@@ -147,4 +147,4 @@ target_link_libraries( tomahawklib
|
||||
qjson
|
||||
)
|
||||
|
||||
install( TARGETS tomahawklib DESTINATION . )
|
||||
install( TARGETS tomahawklib DESTINATION lib )
|
||||
|
@@ -39,4 +39,4 @@ IF( APPLE )
|
||||
SET( CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} "-undefined dynamic_lookup" )
|
||||
ENDIF( APPLE )
|
||||
|
||||
install( TARGETS sip_jabber DESTINATION . )
|
||||
install( TARGETS sip_jabber DESTINATION lib )
|
||||
|
@@ -37,4 +37,4 @@ IF( APPLE )
|
||||
SET( CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} "-undefined dynamic_lookup" )
|
||||
ENDIF( APPLE )
|
||||
|
||||
install( TARGETS sip_zeroconf DESTINATION . )
|
||||
install( TARGETS sip_zeroconf DESTINATION lib )
|
||||
|
Reference in New Issue
Block a user