From e9cb2ddbf42b29c096eae90ec4c23754ce4533d4 Mon Sep 17 00:00:00 2001 From: Lars Engels Date: Tue, 6 Jun 2017 13:01:45 +0200 Subject: [PATCH] Install the images directory containing the needed PNGs for the markdown docs. refs #5325 --- doc/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 0738fc11a..9ca0bb5c6 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -28,3 +28,8 @@ install( FILES ${DOCSRCS} DESTINATION ${CMAKE_INSTALL_DOCDIR}/markdown ) + +install( + DIRECTORY images + DESTINATION ${CMAKE_INSTALL_DOCDIR}/markdown +) -- 2.40.0