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