mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
e50hx: add bacnetmstp includes so example can build
Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
96f1afffe3
commit
1ca8d100ea
@ -260,6 +260,8 @@ if (HAVE_FIRMATA)
|
||||
endif ()
|
||||
if (BACNET_FOUND)
|
||||
include_directories(${BACNET_INCLUDE_DIRS})
|
||||
# we need access to bacnetmstp headers too
|
||||
include_directories(${PROJECT_SOURCE_DIR}/src/bacnetmstp)
|
||||
add_example (e50hx)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user