File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11blt_add_doxygen_target( LvArray_doxygen )
2+
3+ # Required directory for doxygen to generate output to
4+ add_custom_target ( lvarray_build_doxygen_output_dir
5+ ALL
6+ COMMAND ${CMAKE_COMMAND} -E make_directory
7+ ${CMAKE_BINARY_DIR} /docs/sphinx/html/doxygen
8+ )
9+ add_dependencies ( LvArray_doxygen lvarray_build_doxygen_output_dir )
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ PROJECT_LOGO =
5858# entered, it will be relative to the location where doxygen was started. If
5959# left blank the current directory will be used.
6060
61- OUTPUT_DIRECTORY =
61+ OUTPUT_DIRECTORY = ../../docs/sphinx/html/doxygen
6262
6363# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
6464# directories (in 2 levels) under the output directory of each output format and
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python
12# Python wrapper script for generating the correct cmake line with the options specified by the user.
23#
34# Please keep parser option names as close to possible as the names of the cmake options they are wrapping.
You can’t perform that action at this time.
0 commit comments