From a462d69bbf771e49d2fa49589608c375376b42ed Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Thu, 20 Dec 2012 07:57:26 +0000 Subject: Another big patch set by Bastien Montagne, thanks a lot! * Made Freestyle optional (turned on by default). * Fix for missing bpath.c updates in the previous merge of trunk changes. --- source/blender/freestyle/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/freestyle/CMakeLists.txt') diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt index 27fd9f5d98e..71bdb6aaf9e 100644 --- a/source/blender/freestyle/CMakeLists.txt +++ b/source/blender/freestyle/CMakeLists.txt @@ -36,6 +36,8 @@ set(INC_SYS ${PNG_INC} ) +add_definitions(-DWITH_FREESTYLE) + if(WIN32) set(INC_SYS ${INC_SYS} ${PTHREADS_INC}) endif(WIN32) -- cgit v1.2.3