Fix CMake scripts to install and find doxygen's generated SFML.tag file

This commit is contained in:
kimci86 2019-11-14 20:45:09 +01:00 committed by Lukas Dürrenberger
parent 6a79ebf1b3
commit 80c3bdc23c
2 changed files with 4 additions and 1 deletions

View file

@ -52,6 +52,9 @@ add_custom_target(doc ALL
WORKING_DIRECTORY ${DOXYGEN_INPUT_DIR})
# setup install rules
install(FILES ${DOXYGEN_OUTPUT_DIR}/SFML.tag
DESTINATION ${CMAKE_INSTALL_DOCDIR}
COMPONENT doc)
install(DIRECTORY ${DOXYGEN_OUTPUT_DIR}/html
DESTINATION ${CMAKE_INSTALL_DOCDIR}
COMPONENT doc)