mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-02-11 19:24:40 +01:00
8 lines
143 B
CMake
8 lines
143 B
CMake
ADD_SUBDIRECTORY( qxt )
|
|
IF( WITH_BREAKPAD )
|
|
ADD_SUBDIRECTORY( breakpad )
|
|
ENDIF()
|
|
IF( APPLE )
|
|
ADD_SUBDIRECTORY( SPMediaKeyTap )
|
|
ENDIF()
|