From 7ee5775cadd83403910228ab47e7623a0a2e3fa3 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 19 Dec 2025 01:07:36 +0900 Subject: [PATCH] j --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89ac7ee..33c311f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,9 +14,9 @@ file(GLOB CLIENT_SRC client/*.c) add_executable(af_server ${SERVER_SRC}) add_executable(af_client ${CLIENT_SRC}) -target_link_libraries(af_server PRIVATE fishsoup) +target_link_libraries(af_server PRIVATE fishsoup Mw) -target_link_libraries(af_client PRIVATE fishsoup) +target_link_libraries(af_client PRIVATE fishsoup Mw) install( TARGETS af_server af_client