Skip to content
Snippets Groups Projects
Commit eb79f504 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Updated documentation.

parent 686a1266
Branches
No related tags found
No related merge requests found
...@@ -68,6 +68,12 @@ install(FILES ...@@ -68,6 +68,12 @@ install(FILES
"${PROJECT_BINARY_DIR}/libeicd_rdict.pcm" "${PROJECT_BINARY_DIR}/libeicd_rdict.pcm"
DESTINATION lib) DESTINATION lib)
add_custom_target( doc_doxygen #ALL
COMMAND doxygen ${CMAKE_SOURCE_DIR}/docs/Doxyfile
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
COMMENT "Generating API documentation with Doxygen"
VERBATIM )
# ------------------------- # -------------------------
# install library config # install library config
include(CMakePackageConfigHelpers) include(CMakePackageConfigHelpers)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment