Fix client files, loginserver and tests

This commit is contained in:
KimLS
2025-12-07 19:40:35 -08:00
parent ccb3cef3d7
commit 1db4882cda
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ add_executable(export_client_files ${export_sources} ${export_headers})
install(TARGETS export_client_files RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
target_link_libraries(export_client_files ${SERVER_LIBS})
target_link_libraries(export_client_files common)
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)