Fix building tests on mac.

This commit is contained in:
John Maguire 2011-02-04 15:00:27 +00:00
parent 1fc9dd183d
commit df0f3e1589
1 changed files with 4 additions and 0 deletions

View File

@ -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