mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
properly link the executable against curl, instead of the helper lib
This commit is contained in:
@@ -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
@@ -8,7 +8,6 @@ add_library(webAPI
|
||||
webAPI.h
|
||||
webAPI.cpp
|
||||
json.hpp
|
||||
${CURL_LIBRARIES}
|
||||
)
|
||||
|
||||
include_directories(
|
||||
|
||||
Reference in New Issue
Block a user