From 3a6992b6bd3c346285ebd3b26d63ae5038fda628 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 26 Jan 2026 15:35:21 -0500 Subject: [PATCH] xo-procedure2: export cmake config --- xo-procedure2/src/procedure2/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xo-procedure2/src/procedure2/CMakeLists.txt b/xo-procedure2/src/procedure2/CMakeLists.txt index c127b760..d460e2db 100644 --- a/xo-procedure2/src/procedure2/CMakeLists.txt +++ b/xo-procedure2/src/procedure2/CMakeLists.txt @@ -27,4 +27,12 @@ xo_dependency(${SELF_LIB} xo_gc) xo_dependency(${SELF_LIB} subsys) #xo_dependency(${SELF_LIB} xo_indentlog) +xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets) + +# ---------------------------------------------------------------- +# docs targets depend on other library/utest/exec targets above, +# --> must come after them. +# +#add_subdirectory(docs) + # end src/CMakeLists.txt