This commit is contained in:
Nishi 2025-12-19 01:07:36 +09:00
commit 7ee5775cad
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -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