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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2009-01-17 06:51:13 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2009-01-17 06:51:13 +0300
commitee180ff5ac140f5f19d9a00eb2b914760b06dc77 (patch)
tree1e4042211072a921d4b010b0491985a316e196c5 /CMakeLists.txt
parent9b558b21161a7d6c021f5cc0e206a5c6aa7a4ada (diff)
Added new CMake build option, WITH_YAFRAY. Set to disabled by default.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3518a7b0436..0df36f04173 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,6 +66,7 @@ OPTION(WITH_PYTHON "Enable Embedded Python API" ON)
OPTION(WITH_OPENAL "Enable OpenAL Support (http://www.openal.org)" ON)
OPTION(WITH_OPENMP "Enable OpenMP (has to be supported by the compiler)" OFF)
OPTION(WITH_WEBPLUGIN "Enable Web Plugin (Unix only)" OFF)
+OPTION(WITH_YAFRAY "Enable Yafray (Renderer)" OFF)
IF(NOT WITH_GAMEENGINE AND WITH_PLAYER)
MESSAGE("WARNING: WITH_PLAYER needs WITH_GAMEENGINE")