Modernize CMake files
This commit is contained in:
parent
fc02cf004a
commit
ee08e18726
26 changed files with 259 additions and 275 deletions
|
@ -53,10 +53,10 @@ add_custom_target(doc ALL
|
|||
|
||||
# setup install rules
|
||||
install(DIRECTORY ${DOXYGEN_OUTPUT_DIR}/html
|
||||
DESTINATION ${INSTALL_MISC_DIR}/doc
|
||||
DESTINATION ${SFML_MISC_INSTALL_PREFIX}/doc
|
||||
COMPONENT doc)
|
||||
if(DOXYGEN_HHC_PROGRAM)
|
||||
install(FILES ${DOXYGEN_OUTPUT_DIR}/sfml.chm
|
||||
DESTINATION ${INSTALL_MISC_DIR}/doc
|
||||
DESTINATION ${SFML_MISC_INSTALL_PREFIX}/doc
|
||||
COMPONENT doc)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue