Build documentation

This commit is contained in:
Dane Johnson 2021-01-26 16:51:27 -06:00
parent 14ed96161d
commit d2b6aafce5

View File

@ -80,5 +80,7 @@ target_link_libraries(couchlib ${BULLET_LIBRARIES})
## Add documentation
find_package(Doxygen REQUIRED
OPTIONAL_COMPONENTS dot mscgen dia)
doxygen_add_docs(Node.h)
doxygen_add_docs(couchdocs
Node.h)