summaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindDoxygen.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/FindDoxygen.cmake')
-rw-r--r--cmake/modules/FindDoxygen.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/modules/FindDoxygen.cmake b/cmake/modules/FindDoxygen.cmake
new file mode 100644
index 00000000..1767901e
--- /dev/null
+++ b/cmake/modules/FindDoxygen.cmake
@@ -0,0 +1,3 @@
+
+find_program(DOXYGEN_EXECUTABLE NAMES doxygen DOC "doxygen executable")
+mark_as_advanced(DOXYGEN_EXECUTABLE)