mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-13 04:21:51 +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:
parent
8b9b02e15d
commit
aaf7fc7c3f
@ -46,6 +46,6 @@ ENDIF()
|
||||
# )
|
||||
#TARGET_LINK_LIBRARIES(portfwd-demo portfwd)
|
||||
|
||||
INSTALL(TARGETS portfwd ARCHIVE DESTINATION .)
|
||||
INSTALL(TARGETS portfwd ARCHIVE DESTINATION lib)
|
||||
#INSTALL(TARGETS portfwd-demo RUNTIME DESTINATION bin)
|
||||
#INSTALL(DIRECTORY include/portfwd DESTINATION include PATTERN "*~" EXCLUDE)
|
||||
|
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user