diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-16 01:41:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-16 01:41:42 +0300 |
commit | 9c2b0f5402e9e34c37b1d8526be148ad93ae4434 (patch) | |
tree | 7fd659b0c529428988dabfd44f4091b4153beae5 | |
parent | AppVeyor: upload the artifacts (diff) | |
download | aes-tools-9c2b0f5402e9e34c37b1d8526be148ad93ae4434.tar.gz aes-tools-9c2b0f5402e9e34c37b1d8526be148ad93ae4434.zip |
install LICENSE.txt along with the utils
-rw-r--r-- | CMakeLists.txt | 2 |
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) |