1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 10:05:32 +02:00

* cmake fix for OS X.

This commit is contained in:
Christian Muehlhaeuser
2011-03-20 04:01:39 +01:00
parent eea1a5e0b6
commit eb72bb4b38

View File

@@ -234,6 +234,6 @@ IF( APPLE )
ENDIF(HAVE_SPARKLE) ENDIF(HAVE_SPARKLE)
ENDIF( APPLE ) ENDIF( APPLE )
INSTALL( TARGETS tomahawk RUNTIME DESTINATION bin ) INSTALL( TARGETS tomahawk BUNDLE DESTINATION . RUNTIME DESTINATION bin )
#INCLUDE( "CPack.txt" ) #INCLUDE( "CPack.txt" )