v0.14.0
AddDocumentation.cmake
Go to the documentation of this file.
1 #
2 
3 # copy dox/figures to html directory created by doxygen
4 add_custom_target(using_Gmsh
5  ${CMAKE_COMMAND} -E copy_directory
6  ${PROJECT_SOURCE_DIR}/users_modules/basic_finite_elements/elasticity/doc/figures ${PROJECT_BINARY_DIR}/html
7 )
8 add_dependencies(doc using_Gmsh)