v0.14.0
Loading...
Searching...
No Matches
AddDocumentation.cmake
Go to the documentation of this file.
1# copy dox/figures to html directory created by doxygen
2
3add_custom_target(mesh_generation_msh_2
4 ${CMAKE_COMMAND} -E copy_directory
5 ${ADD_DOC_DIRECTORY}/figures ${PROJECT_BINARY_DIR}/html)
6add_dependencies(doc mesh_generation_msh_2)