include call graph when possible

This commit is contained in:
Krishna Vedala
2020-05-25 17:02:03 -04:00
parent 2d3d7bfc3f
commit bf59ee7eff

View File

@@ -20,6 +20,7 @@ if(DOXYGEN_FOUND)
set(DOXYGEN_STRIP_CODE_COMMENTS NO)
if(Doxygen_dot_FOUND)
set(DOXYGEN_HAVE_DOT YES)
set(DOXYGEN_CALL_GRAPH YES)
set(DOXYGEN_DOT_IMAGE_FORMAT "svg")
set(DOXYGEN_INTERACTIVE_SVG YES)
endif()