v0.15.5
Loading...
Searching...
No Matches
AddDocumentation.cmake
Go to the documentation of this file.
1# copy doc/figures to html directory created by doxygen
2add_custom_target(basic_tutorials_vec_5
3 ${CMAKE_COMMAND} -E copy_directory
4 ${ADD_DOC_DIRECTORY}/figures ${PROJECT_BINARY_DIR}/html)
5# run after main doxygen target, otherwise doc build will clean html tree and remove the copied images (static_bubble.png etc)
6add_dependencies(basic_tutorials_vec_5 doxygen_generating_documenation)
7add_dependencies(doc basic_tutorials_vec_5)