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: 88bd6aaa67c31fb332cfd6782feb5a2386434ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0-or-later

# 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)