From bdf431c400521be48da1afea22942f9bd6583b8e Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 18 Jan 2018 00:01:27 +0100 Subject: [PATCH] Install documentation --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c8721e05..0cf5fafd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -388,6 +388,8 @@ endif() install(DIRECTORY "single_include/" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/catch") +install(DIRECTORY docs/ DESTINATION "${CMAKE_INSTALL_DOCDIR}") + ## Provide some pkg-config integration # Don't bother on Windows if(NOT WIN32 OR NOT CMAKE_HOST_SYSTEM_NAME MATCHES Windows)