xo-numeric/xo-alloc/cmake/xo_allocConfig.cmake.in
Roland Conybeare 43161d5e89 Add 'xo-alloc/' from commit '8970f51dbd'
git-subtree-dir: xo-alloc
git-subtree-mainline: b1ecf98791
git-subtree-split: 8970f51dbd
2025-07-29 07:20:49 -05:00

7 lines
218 B
CMake

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