Skip to content

Commit

Permalink
Workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasWM committed Apr 14, 2024
1 parent 4bd1627 commit 4a7b710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluid/documentation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ if(FLTK_BUILD_FLUID_DOCS)
# generate HTML documentation

add_custom_target(fluid_docs
COMMAND mkdir ${CMAKE_CURRENT_BINARY_DIR}/src/
COMMAND ${FLTK_FLUID_EXECUTABLE} -scheme gtk+ --autodoc ${CMAKE_CURRENT_BINARY_DIR}/src/
COMMAND mkdir -p ${CMAKE_CURRENT_BINARY_DIR}/src/
COMMAND fltk::fluid -scheme gtk+ --autodoc ${CMAKE_CURRENT_BINARY_DIR}/src/
COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYFILE}
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${DOXYFILE}
BYPRODUCTS ${CMAKE_CURRENT_BINARY_DIR}/src/function_panel.png
Expand Down

0 comments on commit 4a7b710

Please sign in to comment.