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: bc11a9eb35bc7c87306ff21828e902cf873395de (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)