Add badges to README.

This commit is contained in:
2023-10-19 11:16:13 -07:00
parent 49eea73449
commit a9991f241a
2 changed files with 5 additions and 1 deletions

View File

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