From b652f00fdde81357063f47a4a2cc4ed87a8c2753 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sat, 18 Jun 2016 17:55:09 -0600 Subject: [PATCH] build: copy gplv3 and embree license into cpack archive --- light/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/light/CMakeLists.txt b/light/CMakeLists.txt index ff42190b..c718f4ab 100644 --- a/light/CMakeLists.txt +++ b/light/CMakeLists.txt @@ -42,4 +42,6 @@ if (TYRUTILS_USE_EMBREE) endif() install(TARGETS light RUNTIME DESTINATION bin) +install(FILES ${CMAKE_SOURCE_DIR}/thirdparty/embree/LICENSE.txt DESTINATION bin RENAME LICENSE-embree.txt) +install(FILES ${CMAKE_SOURCE_DIR}/gpl_v3.txt DESTINATION bin)