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)