summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-06-23 14:53:01 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2019-08-31 15:02:43 +0300
commit877d21ef061bf53fbc77fab87055fb27fd2f7999 (patch)
tree4ba34fa6ff112c415640dd026247f35fb122e69a /cmake
parent511ecc089ac28757997ca6061b288ebad8bb295f (diff)
Doxygen.cmake: set_package_properties also for doxygen
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/Doxygen.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/modules/Doxygen.cmake b/cmake/modules/Doxygen.cmake
index a55c8a09..ae040ebd 100644
--- a/cmake/modules/Doxygen.cmake
+++ b/cmake/modules/Doxygen.cmake
@@ -2,6 +2,11 @@
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/doc)
find_package(Doxygen)
+set_package_properties(Doxygen PROPERTIES
+ DESCRIPTION "Documentation generator"
+ URL "http://doxygen.org"
+ PURPOSE "Needed to generate the API documentation")
+
if(DOXYGEN_FOUND)
find_program(QHELPGENERATOR_EXECUTABLE qhelpgenerator)
mark_as_advanced(QHELPGENERATOR_EXECUTABLE)