1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 09:10:53 +02:00
Files
tomahawk/thirdparty/CMakeLists.txt
2014-04-18 13:20:56 +02:00

8 lines
159 B
CMake

ADD_SUBDIRECTORY( qxt )
IF( WITH_CRASHREPORTER )
ADD_SUBDIRECTORY( libcrashreporter-qt )
ENDIF()
IF( APPLE )
ADD_SUBDIRECTORY( SPMediaKeyTap )
ENDIF()