diff options
| -rw-r--r-- | CMakeLists.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index 00b1d03..c52334d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,6 +68,7 @@ add_threads (${PROJECT_NAME})  include (GNUInstallDirs)  install (TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})  install (FILES LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR}) +install (DIRECTORY contrib DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME})  # Generate documentation from program help  find_program (HELP2MAN_EXECUTABLE help2man) | 
