mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-02-25 04:13:10 +01:00
12 lines
272 B
CMake
12 lines
272 B
CMake
add_subdirectory( jdns )
|
|
add_subdirectory( qtweetlib )
|
|
ADD_SUBDIRECTORY( libportfwd )
|
|
ADD_SUBDIRECTORY( qxt )
|
|
ADD_SUBDIRECTORY( liblastfm2 )
|
|
|
|
IF( UNIX AND NOT APPLE )
|
|
ADD_SUBDIRECTORY( alsa-playback )
|
|
ELSE()
|
|
ADD_SUBDIRECTORY( rtaudio )
|
|
ENDIF( UNIX AND NOT APPLE )
|