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

blender_linux_player.cmake « config « buildbot « build_files - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2fb31192002c9ecb3c90d29b63b2dd165bfa9930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This is applied as an ovveride on top of blender_linux.config
# Disables all the areas which are not needed for the player.
set(WITH_COMPOSITOR          OFF CACHE BOOL "" FORCE)
set(WITH_CYCLES              OFF CACHE BOOL "" FORCE)
set(WITH_FREESTYLE           OFF CACHE BOOL "" FORCE)
set(WITH_GHOST_XDND          OFF CACHE BOOL "" FORCE)
set(WITH_OPENCOLLADA         OFF CACHE BOOL "" FORCE)
set(WITH_OPENSUBDIV          OFF CACHE BOOL "" FORCE)
set(WITH_LIBMV               OFF CACHE BOOL "" FORCE)

set(WITH_BLENDER             OFF CACHE BOOL "" FORCE)
set(WITH_PLAYER              ON  CACHE BOOL "" FORCE)