From 25af19a5f994c1c76e3caae8d52b0d8d0bf2ef2e 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_object2Config.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/xo_object2Config.cmake.in b/cmake/xo_object2Config.cmake.in index 6773adb..2277209 100644 --- a/cmake/xo_object2Config.cmake.in +++ b/cmake/xo_object2Config.cmake.in @@ -7,4 +7,5 @@ find_dependency(xo_printable2) find_dependency(subsys) 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@")