properly link the executable against curl, instead of the helper lib

This commit is contained in:
DarthArgus
2016-04-28 16:57:47 +00:00
parent ecc0621f61
commit b99e3e45f9
2 changed files with 1 additions and 3 deletions
@@ -118,8 +118,6 @@ add_executable(LoginServer
${PLATFORM_SOURCES}
)
link_directories(${SWG_EXTERNALS_SOURCE_DIR}/3rd/library/webAPI)
target_link_libraries(LoginServer
sharedCommandParser
sharedCompression
@@ -154,5 +152,6 @@ target_link_libraries(LoginServer
LoginAPI
MonAPI2
webAPI
${CURL_LIBRARIES}
${CMAKE_DL_LIBS}
)
-1
View File
@@ -8,7 +8,6 @@ add_library(webAPI
webAPI.h
webAPI.cpp
json.hpp
${CURL_LIBRARIES}
)
include_directories(