1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-02-26 21:03:31 +01:00
tomahawk/thirdparty/CMakeLists.txt
Kevin Funk 87086e5278 Make compile on ARM (related to breakpad)
Make breakpad optional, add options
Same for CrashReporter - both don't work on ARM.
2012-03-31 00:20:14 +02:00

9 lines
174 B
CMake

ADD_SUBDIRECTORY( qxt )
ADD_SUBDIRECTORY( liblastfm2 )
IF( WITH_BREAKPAD )
ADD_SUBDIRECTORY( breakpad )
ENDIF()
IF( APPLE )
ADD_SUBDIRECTORY( SPMediaKeyTap )
ENDIF()