xo-umbrella2/xo-pysimulator/cmake/xo_pysimulatorConfig.cmake.in

12 lines
403 B
CMake

@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
# find_dependency() calls generated from the xo_dependency() calls in
# xo-pysimulator/src/pysimulator/CMakeLists.txt, so the two cannot drift apart.
#
@XO_FIND_DEPENDENCY_BLOCK@
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Share.cmake")
check_required_components("@PROJECT_NAME@")