From df0f3e15892d550b2707da896526d0b114c22439 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Fri, 4 Feb 2011 15:00:27 +0000 Subject: [PATCH] Fix building tests on mac. --- tests/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index c395a6606..b5e09592f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -11,6 +11,10 @@ if(HAVE_LIBGPOD) include_directories(${LIBGPOD_INCLUDE_DIRS}) endif(HAVE_LIBGPOD) +if(HAVE_LIBLASTFM) + include_directories(${LASTFM_INCLUDE_DIRS}) +endif(HAVE_LIBLASTFM) + set(GTEST-SOURCES ../3rdparty/gmock/gtest/src/gtest.cc ../3rdparty/gmock/gtest/src/gtest-death-test.cc