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, 0 insertions, 6 deletions
diff --git a/cmake/doc.cmake b/cmake/doc.cmake
deleted file mode 100644
index 76336a8..0000000
--- a/cmake/doc.cmake
+++ /dev/null
@@ -1,6 +0,0 @@
-add_custom_target (doc
- COMMAND doxygen
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
- COMMENT "output is generted in the ${CMAKE_SOURCE_DIR}/doc"
- SOURCES Doxyfile
-)