mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-02 18:33:16 +02:00
* Fixed cmake install targets.
This commit is contained in:
@@ -233,7 +233,7 @@ IF( APPLE )
|
||||
|
||||
ENDIF(HAVE_SPARKLE)
|
||||
ELSEIF( APPLE )
|
||||
install( TARGETS tomahawk RUNTIME DESTINATION bin )
|
||||
INSTALL( TARGETS tomahawk RUNTIME DESTINATION bin )
|
||||
ENDIF( APPLE )
|
||||
|
||||
#INCLUDE( "CPack.txt" )
|
||||
|
@@ -400,4 +400,4 @@ target_link_libraries( tomahawklib
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
)
|
||||
|
||||
install( TARGETS tomahawklib DESTINATION lib )
|
||||
INSTALL( TARGETS tomahawklib DESTINATION lib )
|
||||
|
Reference in New Issue
Block a user