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)
7 add_custom_target(doc VERBATIM
8 COMMAND "${DOXYGEN_EXECUTABLE}" doxygen-cppconsui.conf)