xo-procedure2: export cmake config

This commit is contained in:
Roland Conybeare 2026-01-26 15:35:21 -05:00
commit 87b89db2f3

View file

@ -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