ci: install doxygen with depends everywhere

This commit is contained in:
sithlord48
2026-02-22 17:16:43 -05:00
committed by Chris Rizzitello
parent c2342d5124
commit 7f4b942817
4 changed files with 28 additions and 6 deletions

View File

@ -16,5 +16,4 @@ target_sources(user-docs PRIVATE
install(
DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/html"
DESTINATION ${CMAKE_INSTALL_DOCDIR}
COMPONENT deskflow_user_docs
)