From c9bca51e7646510913bace5374e0a948ddb7dfb7 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Tue, 8 Nov 2011 20:40:02 +0000 Subject: Add compiles support for Cycles. No CUDA compiling yet, will be added later. --- intern/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'intern/SConscript') diff --git a/intern/SConscript b/intern/SConscript index da245c78776..c13714543cb 100644 --- a/intern/SConscript +++ b/intern/SConscript @@ -24,6 +24,9 @@ NEW_CSG='false' if env['WITH_BF_FLUID']: SConscript(['elbeem/SConscript']) + +if env['WITH_BF_CYCLES']: + SConscript(['cycles/SConscript']) if NEW_CSG=='false': SConscript(['bsp/SConscript']) -- cgit v1.2.3