[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60957] trunk/blender/intern/CMakeLists. txt: cmake: bsp needs moto

Sergej Reich sergej.reich at googlemail.com
Sun Oct 27 14:58:13 CET 2013


Revision: 60957
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60957
Author:   sergof
Date:     2013-10-27 13:58:13 +0000 (Sun, 27 Oct 2013)
Log Message:
-----------
cmake: bsp needs moto

Modified Paths:
--------------
    trunk/blender/intern/CMakeLists.txt

Modified: trunk/blender/intern/CMakeLists.txt
===================================================================
--- trunk/blender/intern/CMakeLists.txt	2013-10-27 13:04:18 UTC (rev 60956)
+++ trunk/blender/intern/CMakeLists.txt	2013-10-27 13:58:13 UTC (rev 60957)
@@ -61,7 +61,7 @@
 	add_subdirectory(itasc)
 endif()
 
-if(WITH_IK_SOLVER OR WITH_GAMEENGINE)
+if(WITH_IK_SOLVER OR WITH_GAMEENGINE OR WITH_MOD_BOOLEAN)
 	add_subdirectory(moto)
 endif()
 




More information about the Bf-blender-cvs mailing list