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