forked from bartvdbraak/blender
b9ce231060
More information in this post: http://code.blender.org/ Thanks to all contributes for giving their permission!
12 lines
177 B
CMake
12 lines
177 B
CMake
|
|
set(LICENSES
|
|
Apache_2.0.txt
|
|
ILM.txt
|
|
NVidia.txt
|
|
OSL.txt
|
|
Sobol.txt
|
|
readme.txt
|
|
)
|
|
|
|
delayed_install(${CMAKE_CURRENT_SOURCE_DIR} "${LICENSES}" ${CYCLES_INSTALL_PATH}/license)
|