Sync from GitHub main #1
@@ -23,7 +23,10 @@ set(USE_CRYPTO25519 OpenSSL CACHE STRING "" FORCE)
|
|||||||
|
|
||||||
add_subdirectory("${GNS_SOURCE_DIR}" "${CMAKE_BINARY_DIR}/gns")
|
add_subdirectory("${GNS_SOURCE_DIR}" "${CMAKE_BINARY_DIR}/gns")
|
||||||
|
|
||||||
add_library(commonwealth_online_gns_bridge SHARED co_gns_server_bridge.cpp)
|
add_library(commonwealth_online_gns_bridge SHARED
|
||||||
|
co_gns_server_bridge.cpp
|
||||||
|
co_gns_server_endpoint.cpp
|
||||||
|
)
|
||||||
target_include_directories(commonwealth_online_gns_bridge PUBLIC "${CMAKE_CURRENT_LIST_DIR}")
|
target_include_directories(commonwealth_online_gns_bridge PUBLIC "${CMAKE_CURRENT_LIST_DIR}")
|
||||||
target_compile_definitions(commonwealth_online_gns_bridge PRIVATE CO_GNS_BRIDGE_BUILD)
|
target_compile_definitions(commonwealth_online_gns_bridge PRIVATE CO_GNS_BRIDGE_BUILD)
|
||||||
# steamnetworkingtypes.h declares several address helpers inline, while the
|
# steamnetworkingtypes.h declares several address helpers inline, while the
|
||||||
|
|||||||
Reference in New Issue
Block a user