add fixes for other servers

This commit is contained in:
KimLS
2025-12-07 18:28:46 -08:00
parent 32e04ea74c
commit 1f37254f1a
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ install(TARGETS ucs RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
add_definitions(-DUCS)
target_link_libraries(ucs ${SERVER_LIBS})
target_link_libraries(ucs common)
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)