xo-alloc/xo-simulator/cmake/simulatorConfig.cmake.in
Roland Conybeare 77d12d4b91 Add 'xo-simulator/' from commit '3452e68e0c'
git-subtree-dir: xo-simulator
git-subtree-mainline: c9893dfb89
git-subtree-split: 3452e68e0c
2025-05-11 16:00:50 -05:00

13 lines
363 B
CMake

@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
# note: changes to find_dependency() calls here
# must coordinate with xo_dependency() calls
# in xo-reactor/src/reactor/CMakeLists.txt
#
find_dependency(reactor)
#find_dependency(callback)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
check_required_components("@PROJECT_NAME@")