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: a39c901132504462e36afa7076809e495c70bdb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: Apache-2.0
# Copyright 2011-2020 Blender Foundation

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)