From 85818c8209bc6df4f60c7e86173521f5fa1a5a96 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 11 Oct 2011 17:19:55 +0000 Subject: 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. --- intern/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'intern/CMakeLists.txt') 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() + -- cgit v1.2.3