xo-alloc/cmake/xo_pyunitConfig.cmake.in

11 lines
264 B
CMake

@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(xo_pyutil)
find_dependency(xo_unit)
find_dependency(refcnt)
find_dependency(indentlog)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
check_required_components("@PROJECT_NAME@")