build: copy gplv3 and embree license into cpack archive

This commit is contained in:
Eric Wasylishen 2016-06-18 17:55:09 -06:00
parent 6060a3d61f
commit b652f00fdd
1 changed files with 2 additions and 0 deletions

View File

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