this is closer but still not building correctly

This commit is contained in:
DarthArgus
2016-04-28 03:28:12 +00:00
parent 4f7a729d61
commit 5f7cf7e969
4 changed files with 20 additions and 11 deletions
@@ -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>
//-----------------------------------------------------------------------