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: 69ab984e386107026c31484fee92fad741a62d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This is applied as an override 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)