From 52823fd3fc3a145cee9b676c321c4786d3fdf7c9 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 27 Feb 2026 19:38:53 +1100 Subject: [PATCH] xo-cmake: setup to make share target available via cmake install --- cmake/xo_allocutilConfig.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/xo_allocutilConfig.cmake.in b/cmake/xo_allocutilConfig.cmake.in index 00b2de9..a1cc0fc 100644 --- a/cmake/xo_allocutilConfig.cmake.in +++ b/cmake/xo_allocutilConfig.cmake.in @@ -3,4 +3,5 @@ include(CMakeFindDependencyMacro) #find_dependency(randomgen) include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") +include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Share.cmake") check_required_components("@PROJECT_NAME@")