mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-15 05:19:46 +01:00
9 lines
204 B
CMake
9 lines
204 B
CMake
ADD_SUBDIRECTORY( qxt )
|
|
ADD_SUBDIRECTORY( kdsingleapplicationguard )
|
|
IF( WITH_CRASHREPORTER )
|
|
ADD_SUBDIRECTORY( libcrashreporter-qt )
|
|
ENDIF()
|
|
IF( APPLE )
|
|
ADD_SUBDIRECTORY( SPMediaKeyTap )
|
|
ENDIF()
|