Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « license « doc « cycles « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14049d4a88a1d0426af37e6f372b5d66180c146c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

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)