From ed4a753b138ecc4a3a5cc221d015cd738b380e4a Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Fri, 26 Dec 2025 05:49:55 +0000 Subject: [PATCH] docs: txt,dbal,cpp (1 files) --- dbal/cpp/build-config/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dbal/cpp/build-config/CMakeLists.txt b/dbal/cpp/build-config/CMakeLists.txt index b34b7e759..137a33760 100644 --- a/dbal/cpp/build-config/CMakeLists.txt +++ b/dbal/cpp/build-config/CMakeLists.txt @@ -36,6 +36,12 @@ add_library(dbal_adapters STATIC add_executable(dbal_daemon ${DBAL_SRC_DIR}/daemon/main.cpp ${DBAL_SRC_DIR}/daemon/server.cpp + ${DBAL_SRC_DIR}/daemon/server_routes.cpp + ${DBAL_SRC_DIR}/daemon/server_helpers/network.cpp + ${DBAL_SRC_DIR}/daemon/server_helpers/role.cpp + ${DBAL_SRC_DIR}/daemon/server_helpers/serialization.cpp + ${DBAL_SRC_DIR}/daemon/server_helpers/response.cpp + ${DBAL_SRC_DIR}/daemon/rpc_user_actions.cpp ${DBAL_SRC_DIR}/daemon/security.cpp )