summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2019-11-08 16:40:03 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2019-11-09 01:09:12 +0300
commit56dd97d88be5af6994c6a3e0b11ce3ff7b69c1d6 (patch)
treec0dcff15704ef0f6c89f2f4838c6c8f8656e6713
parentecde6bfdcdf6cce465654927fca6e55ace4ed299 (diff)
CMake: Add sources for the doxygen-doc target
-rw-r--r--cmake/modules/Doxygen.cmake20
1 files changed, 19 insertions, 1 deletions
diff --git a/cmake/modules/Doxygen.cmake b/cmake/modules/Doxygen.cmake
index 661ea8c4..675c4bce 100644
--- a/cmake/modules/Doxygen.cmake
+++ b/cmake/modules/Doxygen.cmake
@@ -38,7 +38,25 @@ point to its location to enable crosslinking.")
set(GENERATE_XML NO)
set(GENERATE_QHP ${QHELPGENERATOR_FOUND})
configure_file(doxygen.cfg.in ${CMAKE_BINARY_DIR}/doxygen.cfg)
- add_custom_target(doxygen-doc ${DOXYGEN_EXECUTABLE} ${CMAKE_BINARY_DIR}/doxygen.cfg)
+ add_custom_target(doxygen-doc
+ ${DOXYGEN_EXECUTABLE} ${CMAKE_BINARY_DIR}/doxygen.cfg
+ SOURCES
+ doxygen.cfg.in
+ TelepathyQt/account-capability-filter.dox
+ TelepathyQt/and-filter.dox
+ TelepathyQt/async-model.dox
+ TelepathyQt/callbacks.dox
+ TelepathyQt/examples.dox
+ TelepathyQt/filter.dox
+ TelepathyQt/generic-capability-filter.dox
+ TelepathyQt/generic-property-filter.dox
+ TelepathyQt/groups.dox
+ TelepathyQt/main.dox
+ TelepathyQt/method-invocation-context.dox
+ TelepathyQt/not-filter.dox
+ TelepathyQt/or-filter.dox
+ TelepathyQt/shared-ptr.dox
+ )
else()
# Suppress cmake policy CMP0046 warnings.
# This target is being used as a dependency in other targets,