build: copy gplv3 and embree license into cpack archive
This commit is contained in:
parent
6060a3d61f
commit
b652f00fdd
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue