diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a1e41c..6ee96d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,3 +2,5 @@ cmake_minimum_required (VERSION 3.18) project(modplug123) add_subdirectory(mp123) + +INSTALL(FILES modplug123.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1)