From 6490daacba49274812c364e6ee6354ed047b7ad7 Mon Sep 17 00:00:00 2001 From: Mikhail Antropov <103285038+Michail-Antropov@users.noreply.github.com> Date: Wed, 8 Jun 2022 21:10:15 +0300 Subject: [PATCH] Fix build apps/ (#291) --- .../BACnet_Stack_Library/BACnet_Stack_Library.vcxproj | 1 + .../BACnet_Stack_Library/BACnet_Stack_Library.vcxproj.filters | 3 +++ zephyr/CMakeLists.txt | 2 ++ 3 files changed, 6 insertions(+) diff --git a/ports/win32/Microsoft Visual Studio 2019/BACnet_Stack_Library/BACnet_Stack_Library.vcxproj b/ports/win32/Microsoft Visual Studio 2019/BACnet_Stack_Library/BACnet_Stack_Library.vcxproj index e2a343f9..58536e90 100644 --- a/ports/win32/Microsoft Visual Studio 2019/BACnet_Stack_Library/BACnet_Stack_Library.vcxproj +++ b/ports/win32/Microsoft Visual Studio 2019/BACnet_Stack_Library/BACnet_Stack_Library.vcxproj @@ -273,6 +273,7 @@ + diff --git a/ports/win32/Microsoft Visual Studio 2019/BACnet_Stack_Library/BACnet_Stack_Library.vcxproj.filters b/ports/win32/Microsoft Visual Studio 2019/BACnet_Stack_Library/BACnet_Stack_Library.vcxproj.filters index c68efa7c..7f01f612 100644 --- a/ports/win32/Microsoft Visual Studio 2019/BACnet_Stack_Library/BACnet_Stack_Library.vcxproj.filters +++ b/ports/win32/Microsoft Visual Studio 2019/BACnet_Stack_Library/BACnet_Stack_Library.vcxproj.filters @@ -353,6 +353,9 @@ Header Files + + Header Files + Header Files diff --git a/zephyr/CMakeLists.txt b/zephyr/CMakeLists.txt index 68ae6ff3..850f2e8b 100644 --- a/zephyr/CMakeLists.txt +++ b/zephyr/CMakeLists.txt @@ -261,6 +261,8 @@ set(BACNETSTACK_SRCS ${BACNETSTACK_SRC}/bacnet/get_alarm_sum.h ${BACNETSTACK_SRC}/bacnet/getevent.c ${BACNETSTACK_SRC}/bacnet/getevent.h + ${BACNETSTACK_SRC}/bacnet/hostnport.c + ${BACNETSTACK_SRC}/bacnet/hostnport.h ${BACNETSTACK_SRC}/bacnet/iam.c ${BACNETSTACK_SRC}/bacnet/iam.h ${BACNETSTACK_SRC}/bacnet/ihave.c