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
@@ -21,7 +21,7 @@ set(tests_headers
add_executable(tests ${tests_sources} ${tests_headers})
target_link_libraries(tests common cppunit ${SERVER_LIBS})
target_link_libraries(tests common cppunit)
install(TARGETS tests RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)