Adding the LICENSE and AUTHORS file to the installed files

This commit is contained in:
Hombre 2010-12-29 11:58:46 +01:00
parent 7df9f4330c
commit a19cded703

View File

@ -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)