xo-numeric/xo-unit/cmake/xo_unitConfig.cmake.in

12 lines
300 B
CMake

@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(xo_flatstring)
find_dependency(xo_ratio)
find_dependency(indentlog)
#find_dependency(printjson)
#find_dependency(callback)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
check_required_components("@PROJECT_NAME@")