Skip to content

Commit

Permalink
fix: add missing headers
Browse files Browse the repository at this point in the history
Signed-off-by: Goetz Goerisch <[email protected]>
  • Loading branch information
GoetzGoerisch committed Nov 20, 2024
1 parent 37805df commit 9375bd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,7 @@ if(NOT "${UA_ARCHITECTURE}" STREQUAL "none")
${PROJECT_SOURCE_DIR}/arch/eventloop_posix_epoll.c
${PROJECT_SOURCE_DIR}/arch/eventloop_posix_tcp.c
${PROJECT_SOURCE_DIR}/arch/eventloop_posix_udp.c
${PROJECT_SOURCE_DIR}/arch/eventloop_posix_eth.c
${PROJECT_SOURCE_DIR}/arch/eventloop_posix_interrupt.c)

if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux" OR UA_ENABLE_AMALGAMATION)
Expand All @@ -998,7 +999,8 @@ set(plugin_headers ${PROJECT_SOURCE_DIR}/plugins/include/open62541/plugin/access
${PROJECT_SOURCE_DIR}/plugins/include/open62541/plugin/nodestore_default.h
${PROJECT_SOURCE_DIR}/plugins/include/open62541/server_config_default.h
${PROJECT_SOURCE_DIR}/plugins/include/open62541/client_config_default.h
${PROJECT_SOURCE_DIR}/plugins/include/open62541/plugin/securitypolicy_default.h)
${PROJECT_SOURCE_DIR}/plugins/include/open62541/plugin/securitypolicy_default.h
${PROJECT_SOURCE_DIR}/plugins/include/open62541/plugin/create_certificate.h)

set(plugin_sources ${PROJECT_SOURCE_DIR}/plugins/ua_log_stdout.c
${PROJECT_SOURCE_DIR}/plugins/ua_accesscontrol_default.c
Expand Down

0 comments on commit 9375bd5

Please sign in to comment.