diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a75aa578..ee1444a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -277,3 +277,7 @@ add_subdirectory(cmake) if(BUILD_TESTING) add_subdirectory(test) endif() + +set(docfiles COPYING NEWS AUTHORS) +install(FILES ${docfiles} + DESTINATION "${DOCDIR}") |
