[games-server/ghost++] looks like some stuff was lost in the last commit
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user