diff --git a/README.md b/README.md index 8c36cce..6935b46 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # scsl : The Shimmering Clarity Standard C++ Library +[![CircleCI](https://dl.circleci.com/status-badge/img/gh/shimmering-clarity/emsha/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/shimmering-clarity/emsha/tree/master) + +[![image](https://scan.coverity.com/projects/29251/badge.svg)](https://scan.coverity.com/projects/shimmering-clarity-scsl) + scsl is a collection of software I found myself needing to use repeatedly. Full [Doxygen documentation](https://docs.shimmering-clarity.net/scsl/) diff --git a/cmake/docs.cmake b/cmake/docs.cmake index e4d31a0..474e970 100644 --- a/cmake/docs.cmake +++ b/cmake/docs.cmake @@ -9,8 +9,8 @@ message(STATUS "Doxygen found, building docs.") doxygen_add_docs(scsl_docs ${HEADER_FILES} + ALL USE_STAMP_FILE) -add_dependencies(scsl scsl_docs) install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION share/doc/scsl) install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/man DESTINATION share)