xo-umbrella2/xo-alloc/cmake/xo_allocConfig.cmake.in

11 lines
355 B
CMake

@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(xo_allocutil)
find_dependency(xo_unit)
find_dependency(indentlog)
find_dependency(reflect)
find_dependency(callback)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Share.cmake")
check_required_components("@PROJECT_NAME@")