From d2cc65cd1cf3eac095cf0305b80af35a27f2521b Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Wed, 20 Aug 2014 13:35:45 +0900 Subject: Fix for missing updates of build scripts in the commit rB05cb63ecf750. --- source/blender/makesrna/intern/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/makesrna/intern/CMakeLists.txt') diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt index 6a0208a49e9..15f5253257a 100644 --- a/source/blender/makesrna/intern/CMakeLists.txt +++ b/source/blender/makesrna/intern/CMakeLists.txt @@ -264,6 +264,10 @@ if(WITH_BULLET) add_definitions(-DWITH_BULLET) endif() +if(WITH_FREESTYLE) + add_definitions(-DWITH_FREESTYLE) +endif() + # Build makesrna executable blender_include_dirs( . -- cgit v1.2.3