xo-cmake: setup to make share target available via cmake install

This commit is contained in:
Roland Conybeare 2026-02-27 19:38:53 +11:00
commit dffaf7fa16

View file

@ -9,4 +9,5 @@ include(CMakeFindDependencyMacro)
#find_dependency(xo_flatstring) #find_dependency(xo_flatstring)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Share.cmake")
check_required_components("@PROJECT_NAME@") check_required_components("@PROJECT_NAME@")