mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
this is closer but still not building correctly
This commit is contained in:
@@ -118,8 +118,9 @@ add_executable(LoginServer
|
||||
${PLATFORM_SOURCES}
|
||||
)
|
||||
|
||||
link_directories(${SWG_EXTERNALS_SOURCE_DIR}/3rd/library/webAPI)
|
||||
|
||||
target_link_libraries(LoginServer
|
||||
webAPI
|
||||
sharedCommandParser
|
||||
sharedCompression
|
||||
sharedDatabaseInterface
|
||||
@@ -152,5 +153,6 @@ target_link_libraries(LoginServer
|
||||
CommonAPI
|
||||
LoginAPI
|
||||
MonAPI2
|
||||
webAPI
|
||||
${CMAKE_DL_LIBS}
|
||||
)
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "sharedNetworkMessages/GenericValueTypeMessage.h"
|
||||
#include "sharedNetworkMessages/LoginEnumCluster.h"
|
||||
|
||||
#include <webAPI.h>
|
||||
#include "webAPI.h"
|
||||
#include <algorithm>
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user