11 lines
512 B
CMake
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)
|