aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-16 01:41:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-16 01:41:42 +0300
commit9c2b0f5402e9e34c37b1d8526be148ad93ae4434 (patch)
tree7fd659b0c529428988dabfd44f4091b4153beae5
parentAppVeyor: upload the artifacts (diff)
downloadaes-tools-9c2b0f5402e9e34c37b1d8526be148ad93ae4434.tar.gz
aes-tools-9c2b0f5402e9e34c37b1d8526be148ad93ae4434.zip
install LICENSE.txt along with the utils
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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)