diff options
-rw-r--r-- | images/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/images/CMakeLists.txt b/images/CMakeLists.txt index 4758f8396..eed95ace6 100644 --- a/images/CMakeLists.txt +++ b/images/CMakeLists.txt @@ -44,3 +44,4 @@ MESSAGE(STATUS "Version: ${CPACK_PACKAGE_VERSION}") #tag the images with a version number (something identifiable) FILE(WRITE ${CMAKE_SOURCE_DIR}/images/${CPACK_PACKAGE_VERSION}.tag "${CPACK_PACKAGE_VERSION}-${UHD_BUILD_INFO}\n${DATETIME_NOW}\n") INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/images DESTINATION share/uhd) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/../host/LICENSE.txt DESTINATION share/uhd/images) |