[games-server/ghost++] looks like some stuff was lost in the last commit

This commit is contained in:
2013-11-13 18:21:25 +01:00
parent d4f8660768
commit a68dc87a84
2 changed files with 10 additions and 46 deletions

View File

@@ -53,7 +53,8 @@ set(Boost_USE_MULTITHREADED ON)
find_package(Boost COMPONENTS date_time filesystem system thread REQUIRED)
find_package(StormLib REQUIRED)
find_package(Sqlite REQUIRED)
set(LINK_LIBS ${bncsutil_LIBRARY} ${Boost_LIBRARIES} ${StormLib_LIBRARY} ${SQLITE_LIBRARIES})
find_package(ZLIB REQUIRED)
set(LINK_LIBS ${bncsutil_LIBRARY} ${Boost_LIBRARIES} ${StormLib_LIBRARY} ${SQLITE_LIBRARIES} ${ZLIB_LIBRARIES})
if(WITH_MYSQL)
find_package(MySQL REQUIRED)