add privacy info link to doxygen

This commit is contained in:
Alexey Rybalchenko
2018-05-24 15:47:30 +02:00
committed by Mohammad Al-Turany
parent 3f96181ffd
commit ca694e4054
2 changed files with 2 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ if(BUILD_DOCS)
set(DOXYGEN_PROJECT_NUMBER ${PROJECT_GIT_VERSION})
set(DOXYGEN_PROJECT_BRIEF "C++ Message Passing Framework")
set(DOXYGEN_USE_MDFILE_AS_MAINPAGE README.md)
set(DOXYGEN_HTML_FOOTER docs/footer.html)
doxygen_add_docs(doxygen README.md fairmq)
add_custom_target(docs ALL DEPENDS doxygen)
endif()