From 9d5c3ec515fa12566932e1af65f8d79b580d2fe5 Mon Sep 17 00:00:00 2001 From: Patrick Grimm Date: Fri, 4 Oct 2024 20:48:40 +0200 Subject: [PATCH] fix app router cmake (#794) add missing port/linux/dlmstp_linux.c used by mstpmodule.c --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9db787ea..49a83aa1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -908,6 +908,8 @@ if(BACNET_STACK_BUILD_APPS) else() add_executable( router + ports/linux/dlmstp_linux.c + ports/linux/dlmstp_linux.h apps/router/ipmodule.c apps/router/ipmodule.h apps/router/main.c