xo-umbrella2/xo-refcnt/cmake/refcntConfig.cmake.in
Roland Conybeare dafaad4b1e git subrepo clone git@github.com:Rconybea/xo-refcnt.git xo-refcnt
subrepo:
  subdir:   "xo-refcnt"
  merged:   "bad785bd"
upstream:
  origin:   "git@github.com:Rconybea/xo-refcnt.git"
  branch:   "main"
  commit:   "bad785bd"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"
2026-06-06 22:18:44 -04:00

8 lines
281 B
CMake

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