Files
softbus_OPC/third_party/open62541/tools/cmake/open62541Config.cmake.in
2026-06-09 17:27:24 +08:00

11 lines
512 B
CMake

@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/open62541Targets.cmake")
set_and_check(open62541_TOOLS_DIR @PACKAGE_open62541_install_tools_dir@ CACHE PATH "Path to the directory that contains the tooling of the stack")
set_and_check(UA_SCHEMA_DIR @PACKAGE_open62541_install_schema_dir@ CACHE PATH "Path to the directory that contains the schema files")
# Macros for datatype generation, nodeset compiler, etc.
include("${CMAKE_CURRENT_LIST_DIR}/open62541Macros.cmake")
check_required_components(open62541)