1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 17:20:26 +02:00

Add FindGloox.cmake and make use of it.

This commit is contained in:
Dominik Schmidt
2011-02-15 14:57:10 +01:00
parent 50372b0647
commit 1fa2297e12
5 changed files with 27 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ check_taglib_filename( COMPLEX_TAGLIB_FILENAME )
FIND_PACKAGE( LibLastFm 0.3.3 REQUIRED )
FIND_PACKAGE( LibEchonest 1.1.1 REQUIRED )
FIND_PACKAGE( CLucene REQUIRED )
FIND_PACKAGE( Gloox 1.0 REQUIRED )
IF( UNIX AND NOT APPLE )
ADD_SUBDIRECTORY( alsa-playback )