mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
Added missing libs
This commit is contained in:
@@ -81,7 +81,10 @@ target_link_libraries(LogServer
|
||||
unicode
|
||||
unicodeArchive
|
||||
udplibrary
|
||||
${STLPORT_LIBRARIES}
|
||||
${ZLIB_LIBRARY}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${CMAKE_DL_LIBS}
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
|
||||
@@ -78,7 +78,10 @@ target_link_libraries(MetricsServer
|
||||
unicodeArchive
|
||||
udplibrary
|
||||
MonAPI2
|
||||
${STLPORT_LIBRARIES}
|
||||
${ZLIB_LIBRARY}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${CMAKE_DL_LIBS}
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
|
||||
@@ -106,7 +106,10 @@ target_link_libraries(PlanetServer
|
||||
unicode
|
||||
unicodeArchive
|
||||
udplibrary
|
||||
${STLPORT_LIBRARIES}
|
||||
${ZLIB_LIBRARY}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${CMAKE_DL_LIBS}
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
|
||||
@@ -109,7 +109,10 @@ target_link_libraries(TaskManager
|
||||
unicode
|
||||
unicodeArchive
|
||||
udplibrary
|
||||
${STLPORT_LIBRARIES}
|
||||
${ZLIB_LIBRARY}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${CMAKE_DL_LIBS}
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
|
||||
@@ -81,8 +81,10 @@ target_link_libraries(TransferServer
|
||||
unicodeArchive
|
||||
udplibrary
|
||||
CTServiceGameAPI
|
||||
${STLPORT_LIBRARIES}
|
||||
${ZLIB_LIBRARY}
|
||||
)
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${CMAKE_DL_LIBS})
|
||||
|
||||
if(WIN32)
|
||||
target_link_libraries(TransferServer mswsock ws2_32)
|
||||
|
||||
@@ -340,8 +340,11 @@ target_link_libraries(SwgDatabaseServer
|
||||
unicode
|
||||
unicodeArchive
|
||||
udplibrary
|
||||
${ORACLE_LIBRARY}
|
||||
${STLPORT_LIBRARIES}
|
||||
${ZLIB_LIBRARY}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${CMAKE_DL_LIBS}
|
||||
${ORACLE_LIBRARY}
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
|
||||
@@ -157,9 +157,12 @@ target_link_libraries(SwgGameServer
|
||||
unicodeArchive
|
||||
Base
|
||||
udplibrary
|
||||
${STLPORT_LIBRARIES}
|
||||
${ZLIB_LIBRARY}
|
||||
${PCRE_LIBRARY}
|
||||
${LIBXML2_LIBRARY}
|
||||
${ZLIB_LIBRARY}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${CMAKE_DL_LIBS}
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
|
||||
Reference in New Issue
Block a user