diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c4ef536..2f22c1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,3 +33,5 @@ add_subdirectory(server) if(ENABLE_TESTS) add_subdirectory(test) endif() + +install(FILES README.md LICENSE.txt DESTINATION share) |