Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergej Reich <sergej.reich@googlemail.com>2013-10-27 17:58:13 +0400
committerSergej Reich <sergej.reich@googlemail.com>2013-10-27 17:58:13 +0400
commit7d66d3298c9e8fb21745233cdbda35580e67c2e5 (patch)
treebe1af9dec9a242a08b384b7d18d82de2a6112517 /intern/CMakeLists.txt
parent7be81ffaf51ce364b441ca6f5e2a8a63a2131aa7 (diff)
cmake: bsp needs moto
Diffstat (limited to 'intern/CMakeLists.txt')
-rw-r--r--intern/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/CMakeLists.txt b/intern/CMakeLists.txt
index 364db3592c7..c45e66cd77b 100644
--- a/intern/CMakeLists.txt
+++ b/intern/CMakeLists.txt
@@ -61,7 +61,7 @@ if(WITH_IK_ITASC)
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()