1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 10:24:01 +02:00

Merge pull request #79 from krf/make-compile-on-arm

Make compile on arm
This commit is contained in:
Leo Franchi
2012-03-30 15:23:45 -07:00
6 changed files with 35 additions and 10 deletions

View File

@@ -1,6 +1,8 @@
ADD_SUBDIRECTORY( qxt )
ADD_SUBDIRECTORY( liblastfm2 )
ADD_SUBDIRECTORY( breakpad )
IF( WITH_BREAKPAD )
ADD_SUBDIRECTORY( breakpad )
ENDIF()
IF( APPLE )
ADD_SUBDIRECTORY( SPMediaKeyTap )
ENDIF()