diff --git a/src/procedure2/CMakeLists.txt b/src/procedure2/CMakeLists.txt index c127b76..d460e2d 100644 --- a/src/procedure2/CMakeLists.txt +++ b/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