From 61a4bca3c2e5da288b2f41e3488b19794b4f231c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 12 Dec 2019 23:52:02 +0300 Subject: cmake: install README, LICENSE.txt --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3