cmake: install docu for musredit, etc.

This commit is contained in:
suter_a 2018-05-24 15:06:43 +02:00
parent a796bf6ee2
commit 455314350f

View File

@ -113,3 +113,15 @@ install(
RUNTIME DESTINATION
bin
)
#--- documentation installation info ------------------------------------------
install(
DIRECTORY
${CMAKE_SOURCE_DIR}/doc/examples
${CMAKE_SOURCE_DIR}/doc/html
${CMAKE_SOURCE_DIR}/doc/memos
DESTINATION
${CMAKE_INSTALL_PREFIX}/share/doc/musrfit
MESSAGE_NEVER
)