aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-02-19 06:19:23 +0100
committerThomas Vanbesien <tvanbesi@proton.me>2026-02-19 06:19:23 +0100
commit2b632bd229edaa9999be5043f9a8ae2ac7d17e41 (patch)
tree5071ef9fa36a898fbe009f477441fd2f34a4cb2d /CMakeLists.txt
parent37c0fee672afd3701ea3ed87958da4d548bf1be3 (diff)
downloadBobinkCOpcUa-2b632bd229edaa9999be5043f9a8ae2ac7d17e41.tar.gz
BobinkCOpcUa-2b632bd229edaa9999be5043f9a8ae2ac7d17e41.zip
Add configurable variable node initialization for server_registerHEADmaster
New optional CLI argument [nodes-config] lets the server populate its address space from a dot-indexed config file (node.N.name/type/value/ accessLevel/description). Supports 10 scalar types plus 1D arrays.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9be6ab9..d38f0bb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ include(cmake/BuildDeps.cmake)
# Shared helpers (file loading, security factories, config parser) used by all
# three programs.
-add_library(common STATIC src/common.c src/config.c)
+add_library(common STATIC src/common.c src/config.c src/nodes_config.c)
target_link_libraries(common open62541::open62541)
# Unified client: find-servers, get-endpoints, read-time.