install docs properly
This commit is contained in:
@@ -60,8 +60,6 @@ if(BUILD_EXAMPLE_SDL)
|
|||||||
add_subdirectory(example-sdl)
|
add_subdirectory(example-sdl)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Documentation
|
|
||||||
add_doxygen(Doxyfile)
|
|
||||||
|
|
||||||
###
|
###
|
||||||
# Set packaging options (for CPack)
|
# Set packaging options (for CPack)
|
||||||
@@ -73,6 +71,12 @@ else()
|
|||||||
set(DOC_DIR share/doc/wiiuse)
|
set(DOC_DIR share/doc/wiiuse)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
add_doxygen(Doxyfile
|
||||||
|
INSTALL_DESTINATION ${DOC_DIR}
|
||||||
|
INSTALL_COMPONENT docs
|
||||||
|
NO_PDF)
|
||||||
|
|
||||||
install(FILES
|
install(FILES
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
LICENSE
|
LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user