mirror of
https://github.com/SWG-Source/stationapi.git
synced 2026-01-15 22:04:17 -05:00
Putting back the changes in light of adjustments to src
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
add_library(stationapi
|
||||
add_library(
|
||||
stationapi
|
||||
Node.hpp
|
||||
NodeClient.cpp
|
||||
NodeClient.hpp
|
||||
@@ -10,10 +10,10 @@ add_library(stationapi
|
||||
StringUtils.cpp
|
||||
StringUtils.hpp)
|
||||
|
||||
target_include_directories(stationapi PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${PROJECT_SOURCE_DIR}/externals/catch
|
||||
${PROJECT_SOURCE_DIR}/externals/easyloggingpp
|
||||
${PROJECT_SOURCE_DIR}/externals/udplibrary
|
||||
${Boost_INCLUDE_DIRS}
|
||||
target_include_directories(
|
||||
stationapi
|
||||
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${PROJECT_SOURCE_DIR}/externals/catch
|
||||
${PROJECT_SOURCE_DIR}/externals/easyloggingpp ${Boost_INCLUDE_DIRS}
|
||||
${SQLite3_INCLUDE_DIR})
|
||||
|
||||
target_link_libraries(stationapi udplibrary)
|
||||
|
||||
@@ -65,7 +65,6 @@ add_executable(
|
||||
# cmake-format: off
|
||||
target_link_libraries(stationchat
|
||||
stationapi
|
||||
udplibrary
|
||||
${Boost_LIBRARIES}
|
||||
${SQLite3_LIBRARY}
|
||||
$<$<PLATFORM_ID:Windows>:ws2_32>)
|
||||
|
||||
Reference in New Issue
Block a user