1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-02-26 21:03:31 +01:00

Merge branch 'master' of github.com:tomahawk-player/tomahawk

This commit is contained in:
Christian Muehlhaeuser 2011-01-01 00:21:04 +01:00
commit 7c935282ae
4 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -147,4 +147,4 @@ target_link_libraries( tomahawklib
qjson
)
install( TARGETS tomahawklib DESTINATION . )
install( TARGETS tomahawklib DESTINATION lib )

View File

@ -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 )

View File

@ -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 )