forked from bartvdbraak/blender
360fcd73fe
* add some (disabled) test code for using OpenImageIO in imbuf * link cycles, openimageio and boost into blender instead of a shared library * some cmakefile changes to simplify the code and follow conventions better * this may solve running cycles problems on windows XP, or give a different and hopefully more useful error message
14 lines
199 B
CMake
14 lines
199 B
CMake
|
|
set(licenses
|
|
Apache_2.0.txt
|
|
Blender.txt
|
|
GPL.txt
|
|
ILM.txt
|
|
NVidia.txt
|
|
OSL.txt
|
|
Sobol.txt
|
|
readme.txt)
|
|
|
|
delayed_install(${CMAKE_CURRENT_SOURCE_DIR} "${licenses}" ${CYCLES_INSTALL_PATH}/license)
|
|
|