1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 17:42:13 +02:00

Do more clean up in the CMakeLists.txt and depend on CLucene 0.9.23

This commit is contained in:
Dominik Schmidt
2011-02-21 15:23:38 +01:00
parent 06c168f321
commit 45756891b4
9 changed files with 24 additions and 53 deletions

View File

@@ -20,8 +20,9 @@ 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( CLucene 0.9.23 REQUIRED )
FIND_PACKAGE( Gloox 1.0 REQUIRED )
FIND_PACKAGE( QJSON REQUIRED )
ADD_SUBDIRECTORY( thirdparty )
ADD_SUBDIRECTORY( src/libtomahawk )