[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55522] branches/soc-2008-mxcurioni/source /blender/python/bmesh/CMakeLists.txt: Fix for missing -DWITH_FREESTYLE.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sat Mar 23 00:04:14 CET 2013


Revision: 55522
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55522
Author:   kjym3
Date:     2013-03-22 23:04:14 +0000 (Fri, 22 Mar 2013)
Log Message:
-----------
Fix for missing -DWITH_FREESTYLE.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/python/bmesh/CMakeLists.txt

Modified: branches/soc-2008-mxcurioni/source/blender/python/bmesh/CMakeLists.txt
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/python/bmesh/CMakeLists.txt	2013-03-22 21:26:59 UTC (rev 55521)
+++ branches/soc-2008-mxcurioni/source/blender/python/bmesh/CMakeLists.txt	2013-03-22 23:04:14 UTC (rev 55522)
@@ -51,4 +51,8 @@
 	bmesh_py_utils.h
 )
 
+if(WITH_FREESTYLE)
+	add_definitions(-DWITH_FREESTYLE)
+endif()
+
 blender_add_lib(bf_python_bmesh "${SRC}" "${INC}" "${INC_SYS}")




More information about the Bf-blender-cvs mailing list