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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-10-11 21:19:55 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-10-11 21:19:55 +0400
commit85818c8209bc6df4f60c7e86173521f5fa1a5a96 (patch)
tree4d9ac62d60e07ca1365ce932140519cea28d2adc /intern/CMakeLists.txt
parent4f33d65ba1f02f2cd3f340d0123900ea1beffd2c (diff)
Cycles: add python render engine option to use new shading nodes or not, instead
of hardcoded check for cycles. Also some other minor code cleaning tweaks.
Diffstat (limited to 'intern/CMakeLists.txt')
-rw-r--r--intern/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/intern/CMakeLists.txt b/intern/CMakeLists.txt
index fe30d6cfa0c..b38b6e11fd7 100644
--- a/intern/CMakeLists.txt
+++ b/intern/CMakeLists.txt
@@ -58,3 +58,8 @@ endif()
if(WITH_IK_ITASC)
add_subdirectory(itasc)
endif()
+
+if(WITH_CYCLES)
+ add_subdirectory(cycles)
+endif()
+