mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 12:28:31 +01:00
Fix building tests on mac.
This commit is contained in:
parent
1fc9dd183d
commit
df0f3e1589
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user