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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-05-05 20:56:44 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-05-05 20:56:44 +0400
commitec906913842a9b56805b010153295419f198ed6a (patch)
tree1499a319c77b12f19ca8c717f7185f8211b7adb9 /source/blender/SConscript
parent1cf33787932aabc9e2d812f4cf50655059dcbff2 (diff)
parent945a083e70b79d361f5a9b1be76c9722565c9fe8 (diff)
merge to 14689, Freestyle library changes, SConscript start
Diffstat (limited to 'source/blender/SConscript')
-rw-r--r--source/blender/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/SConscript b/source/blender/SConscript
index 56a661238f8..09d30ddafd0 100644
--- a/source/blender/SConscript
+++ b/source/blender/SConscript
@@ -31,3 +31,6 @@ if env['WITH_BF_OPENEXR'] == 1:
if env['WITH_BF_QUICKTIME'] == 1:
SConscript (['quicktime/SConscript'])
+
+if env['WITH_BF_FREESTYLE'] == 1:
+ SConscript(['freestyle/SConscript'])