Modernize extnotify.py
[centerim5.git] / doc / CMakeLists.txt
blobc05763d7123ab5604d5ad461d6e5ec68ba4135bd
1 if(DOXYGEN_FOUND AND DOXYGEN_DOT_FOUND)
2   # We only make this work if doxygen is really found.
3   set(top_srcdir "${centerim5_SOURCE_DIR}")
4   configure_file(doxygen-cppconsui.conf.in doxygen-cppconsui.conf @ONLY)
5   unset(top_srcdir)
7   add_custom_target(doc VERBATIM
8     COMMAND "${DOXYGEN_EXECUTABLE}" doxygen-cppconsui.conf)
9 endif()