From 9c2b0f5402e9e34c37b1d8526be148ad93ae4434 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 16 Dec 2019 01:41:42 +0300 Subject: install LICENSE.txt along with the utils --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a03ad7..56b32a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,3 +33,5 @@ endif() add_subdirectory(cxx) add_subdirectory(utils) + +install(FILES LICENSE.txt DESTINATION share) -- cgit v1.2.3