summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-09 11:54:17 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-09 11:54:17 +0000
commita989bd16c40e04bba5a5404b0ef0cd22f19d2707 (patch)
tree604a0439c7d8c022cbd483d62bdc2cfc1c8d18f8 /CMakeLists.txt
parenta72e5ea7558e5172c08d397d6f1e0e0f9273e694 (diff)
now including entertain/chess
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 70a6c32..c715036 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -58,6 +58,7 @@ option(HYBBX_PLUGIN_SSH "Build SSH transport (requires libssh)" ON)
option(HYBBX_PLUGIN_BAYCOM "Build BayCom/based transport plugin (default ON)" ON)
option(HYBBX_PLUGIN_MAINS_PROXY "Build Main-to-Main mesh proxy" ON)
option(HYBBX_PLUGIN_WEBSOCKET "Build WebSocket forward-proxy transport" ON)
+option(HYBBX_PLUGIN_ENTERTAIN "Build Entertain plugin (chess)" ON)
option(HYBBX_BUILD_TESTS "Build unit tests" OFF)
option(HYBBX_HARDENING "Enable compiler security hardening" ON)
option(HYBBX_WARNINGS_AS_ERRORS "Treat warnings as errors" OFF)
@@ -181,6 +182,7 @@ if(HYBBX_PLATFORM_AMIGAOS)
set(HYBBX_PLUGIN_MAINS_PROXY OFF CACHE BOOL "AmigaOS build" FORCE)
set(HYBBX_PLUGIN_ARDOP OFF CACHE BOOL "AmigaOS build" FORCE)
set(HYBBX_PLUGIN_CRDOP OFF CACHE BOOL "AmigaOS build" FORCE)
+ set(HYBBX_PLUGIN_ENTERTAIN OFF CACHE BOOL "AmigaOS build" FORCE)
message(STATUS "HyBBX: AmigaOS — hybbx-telnet client (clib2); telnet + packet_radio plugins")
endif()
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com