From 1d6f1c22eaaee04a263117dd89be9d3ef5457d22 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_allocConfig.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/xo_allocConfig.cmake.in b/cmake/xo_allocConfig.cmake.in index 97574de5..e627df64 100644 --- a/cmake/xo_allocConfig.cmake.in +++ b/cmake/xo_allocConfig.cmake.in @@ -7,4 +7,5 @@ find_dependency(indentlog) find_dependency(reflect) find_dependency(callback) include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") +include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Share.cmake") check_required_components("@PROJECT_NAME@")