From a19cded7031b0cb30744b5f59885a52a62a20bf9 Mon Sep 17 00:00:00 2001 From: Hombre Date: Wed, 29 Dec 2010 11:58:46 +0100 Subject: [PATCH] Adding the LICENSE and AUTHORS file to the installed files --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 827cdc75d..ca774a4e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -139,6 +139,8 @@ if (UNIX) install (PROGRAMS rtstart DESTINATION ${BINDIR}) endif (UNIX) +install (FILES AUTHORS.txt LICENSE.txt DESTINATION ${BINDIR}) + add_subdirectory (rtexif) add_subdirectory (rtengine) add_subdirectory (rtgui)