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

cycles_standalone.cmake « config « cmake « build_files - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b12f4de23f6ba38f54a7c9d8e06a34e042911e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# only compile Cycles standalone, without Blender
#
# Example usage:
#   cmake -C../blender/build_files/cmake/config/cycles_standalone.cmake  ../blender
#

# disable Blender
set(WITH_BLENDER             OFF  CACHE BOOL "" FORCE)
set(WITH_CYCLES_BLENDER      OFF  CACHE BOOL "" FORCE)

# build Cycles
set(WITH_CYCLES_STANDALONE        ON CACHE BOOL "" FORCE)
set(WITH_CYCLES_STANDALONE_GUI    ON CACHE BOOL "" FORCE)