summaryrefslogtreecommitdiff
path: root/cmake/doc.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/doc.cmake')
-rw-r--r--cmake/doc.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmake/doc.cmake b/cmake/doc.cmake
new file mode 100644
index 0000000..76336a8
--- /dev/null
+++ b/cmake/doc.cmake
@@ -0,0 +1,6 @@
+add_custom_target (doc
+ COMMAND doxygen
+ WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
+ COMMENT "output is generted in the ${CMAKE_SOURCE_DIR}/doc"
+ SOURCES Doxyfile
+)