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: 2d8651b6ea1bb990bc152cf64b44f7c5da1a1617 (plain)
1
2
3
4
5
6
7
8
9
10
11

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)