mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-14 10:46:07 +01:00
May as well use our in-tree sqlite header.
This commit is contained in:
parent
7fee944b06
commit
79527447e2
@ -26,8 +26,6 @@ endif(WIN32)
|
||||
find_package(OpenGL REQUIRED)
|
||||
find_package(Boost REQUIRED)
|
||||
|
||||
find_path(SQLITE3_INCLUDE_DIRS "sqlite3.h")
|
||||
|
||||
if(WIN32)
|
||||
find_library(TAGLIB_LIBRARIES tag)
|
||||
else(WIN32)
|
||||
@ -69,7 +67,7 @@ include_directories(${Boost_INCLUDE_DIRS})
|
||||
include_directories(${TAGLIB_INCLUDE_DIRS})
|
||||
include_directories(${XINE_INCLUDE_DIRS})
|
||||
include_directories(${LASTFM_INCLUDE_DIRS})
|
||||
include_directories(${SQLITE3_INCLUDE_DIRS})
|
||||
include_directories("3rdparty/qsqlite")
|
||||
|
||||
# Remove GLU and GL from the link line - they're not really required
|
||||
# and don't exist on my mingw toolchain
|
||||
|
Loading…
Reference in New Issue
Block a user