From 875e4957ee643bb7507013ce4ccb8f7e8a00f06a Mon Sep 17 00:00:00 2001 From: Nomads_Reach <144523850+NomadsReach@users.noreply.github.com> Date: Sun, 16 Aug 2026 00:27:10 -0400 Subject: [PATCH] Link GNS remote endpoint query --- server/native_transport/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/native_transport/CMakeLists.txt b/server/native_transport/CMakeLists.txt index 1386e12..0ab826b 100644 --- a/server/native_transport/CMakeLists.txt +++ b/server/native_transport/CMakeLists.txt @@ -23,7 +23,10 @@ set(USE_CRYPTO25519 OpenSSL CACHE STRING "" FORCE) 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_compile_definitions(commonwealth_online_gns_bridge PRIVATE CO_GNS_BRIDGE_BUILD) # steamnetworkingtypes.h declares several address helpers inline, while the