Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
nova77 committed Jan 22, 2010
1 parent e6e5eb3 commit de3d1ac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions fplib/CMakeLists.txt
Expand Up @@ -13,6 +13,10 @@ ADD_DEFINITIONS(-Wall -O2 -DNDEBUG -g `getconf LFS_CFLAGS`)

INCLUDE_DIRECTORIES(include src)

IF(APPLE)
INCLUDE_DIRECTORIES(/opt/local/include/)
ENDIF(APPLE)

ADD_LIBRARY(fplib STATIC
src/Filter
src/FingerprintExtractor
Expand Down
6 changes: 6 additions & 0 deletions lastfmfpclient/CMakeLists.txt
Expand Up @@ -11,6 +11,12 @@ ADD_DEFINITIONS(-Wall -O2 -g -DNDEBUG)
INCLUDE_DIRECTORIES(src /usr/local/include/taglib /usr/include/taglib)
LINK_DIRECTORIES(../fplib)

IF(APPLE)
INCLUDE_DIRECTORIES(/opt/local/include/)
INCLUDE_DIRECTORIES(/opt/local/include/taglib)
ENDIF(APPLE)


#list all source files here
ADD_EXECUTABLE( lastfmfpclient
src/main.cpp
Expand Down
2 changes: 1 addition & 1 deletion readme-unix.txt
@@ -1,6 +1,6 @@
In order to compile you will need the following libraries:

libfftw, libtag, libmad, libcurl
libfftw, libtag, libmad, libcurl, libsamplerate

If you are on a debian-like system just do:

Expand Down

0 comments on commit de3d1ac

Please sign in to comment.