Install the images directory containing the needed PNGs for the markdown docs.

refs #5325
This commit is contained in:
Lars Engels 2017-06-06 13:01:45 +02:00
parent 28481430d4
commit e9cb2ddbf4
1 changed files with 5 additions and 0 deletions

View File

@ -28,3 +28,8 @@ install(
FILES ${DOCSRCS}
DESTINATION ${CMAKE_INSTALL_DOCDIR}/markdown
)
install(
DIRECTORY images
DESTINATION ${CMAKE_INSTALL_DOCDIR}/markdown
)