From b14ece9e725175f98011dda8749d046d25b2f2bb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 25 Oct 2014 22:58:27 -0700 Subject: Added man/CMakeLists.txt to install man pages. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 59c2f0a..36d2e67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,6 +86,7 @@ install(DIRECTORY include DESTINATION . # COMPONENT devel) add_subdirectory(src) +add_subdirectory(man) include(InstallRequiredSystemLibraries) -- cgit v1.2.3