From 1cad8f1308e4af86027f9ae25523b8a8b3f6592c Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Sun, 9 Aug 2026 05:27:00 +0000 Subject: Next development steps --- src/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e26bbcd..e966362 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -40,6 +40,8 @@ if(HYBBX_BUILD_DAEMON) core/util.c core/log.c core/monitor.c + core/chess.c + core/chess_cmd.c core/max25.c core/security.c core/security_ban.c @@ -106,6 +108,8 @@ if(HYBBX_BUILD_DAEMON) target_link_libraries(hybbx_core PRIVATE ${SQLITE3_LIBRARIES}) endif() + + add_executable(hybbxd main.c instance_role_main.c) add_executable(hybbxsd main.c instance_role_secondary.c) add_executable(hybbxpd main.c instance_role_proxy.c) -- cgit v1.3.1