summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-09 05:27:00 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-09 05:27:00 +0000
commit1cad8f1308e4af86027f9ae25523b8a8b3f6592c (patch)
tree7fa911b052986a69728343a09f8dde3d1c206c9b /src/CMakeLists.txt
parent20cb29c2f8c5c87bc590896854a20b1473ceb358 (diff)
Next development steps
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
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)
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com