From 1c3739b6287c55406bba5c6a96265a024698e5e6 Mon Sep 17 00:00:00 2001 From: Hombre Date: Wed, 29 Dec 2010 12:00:15 +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 c9ee86522..824cb527e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -132,6 +132,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)