summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a907d5c..72a2e79 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,8 +49,7 @@ add_subdirectory("lib" SYSTEM)
# License
-install(FILES
- "LICENSE.txt"
+install(DIRECTORY
+ "LICENSES/"
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/licenses/turns"
- RENAME "LICENSE"
)