mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-30 09:10:53 +02:00
8 lines
159 B
CMake
8 lines
159 B
CMake
ADD_SUBDIRECTORY( qxt )
|
|
IF( WITH_CRASHREPORTER )
|
|
ADD_SUBDIRECTORY( libcrashreporter-qt )
|
|
ENDIF()
|
|
IF( APPLE )
|
|
ADD_SUBDIRECTORY( SPMediaKeyTap )
|
|
ENDIF()
|