From df6936e0fe8277c36df85f14f40fdb2ba943902a 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_expressionConfig.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/xo_expressionConfig.cmake.in b/cmake/xo_expressionConfig.cmake.in index 1560b468..3c6d3b16 100644 --- a/cmake/xo_expressionConfig.cmake.in +++ b/cmake/xo_expressionConfig.cmake.in @@ -4,4 +4,5 @@ include(CMakeFindDependencyMacro) find_dependency(reflect) find_dependency(xo_flatstring) include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") +include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Share.cmake") check_required_components("@PROJECT_NAME@")