From 865e80f0f47b8cda1b126c2130114b833c7c5035 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Fri, 22 Mar 2013 23:04:14 +0000 Subject: Fix for missing -DWITH_FREESTYLE. --- source/blender/python/bmesh/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/blender/python/bmesh/CMakeLists.txt b/source/blender/python/bmesh/CMakeLists.txt index ccabe572ce5..b15923a87d2 100644 --- a/source/blender/python/bmesh/CMakeLists.txt +++ b/source/blender/python/bmesh/CMakeLists.txt @@ -51,4 +51,8 @@ set(SRC bmesh_py_utils.h ) +if(WITH_FREESTYLE) + add_definitions(-DWITH_FREESTYLE) +endif() + blender_add_lib(bf_python_bmesh "${SRC}" "${INC}" "${INC_SYS}") -- cgit v1.2.3