summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
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