Merge pull request #5326 from larsengels/fix/docs-install-images-5325

Docs: Install the images directory containing the needed PNGs
This commit is contained in:
Michael Friedrich 2017-06-06 18:25:58 +02:00 committed by GitHub
commit c835a32c18
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
)