mirror of https://github.com/xiph/flac
Fix CMake Doxygen install (match Makefile builds)
This commit is contained in:
parent
7acdaabe2b
commit
d21202e3f2
|
@ -22,5 +22,5 @@ add_custom_target(FLAC-doxygen ALL
|
||||||
COMMENT "Generating API documentation with Doxygen"
|
COMMENT "Generating API documentation with Doxygen"
|
||||||
VERBATIM )
|
VERBATIM )
|
||||||
|
|
||||||
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/api/"
|
install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/doxytmp/html/"
|
||||||
DESTINATION "${CMAKE_INSTALL_DOCDIR}/api")
|
DESTINATION "${CMAKE_INSTALL_DOCDIR}/api")
|
||||||
|
|
Loading…
Reference in New Issue