Fix CMake Doxygen install (match Makefile builds)

This commit is contained in:
Jevin Sweval 2024-04-03 01:32:09 -04:00 committed by Martijn van Beurden
parent 7acdaabe2b
commit d21202e3f2
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ add_custom_target(FLAC-doxygen ALL
COMMENT "Generating API documentation with Doxygen"
VERBATIM )
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/api/"
install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/doxytmp/html/"
DESTINATION "${CMAKE_INSTALL_DOCDIR}/api")