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:
Diffstat (limited to 'intern/rigidbody/CMakeLists.txt')
-rw-r--r--intern/rigidbody/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/rigidbody/CMakeLists.txt b/intern/rigidbody/CMakeLists.txt
index 77d88548e1b..91cfc312bd2 100644
--- a/intern/rigidbody/CMakeLists.txt
+++ b/intern/rigidbody/CMakeLists.txt
@@ -18,6 +18,8 @@
# All rights reserved.
# ***** END GPL LICENSE BLOCK *****
+add_definitions(-DBT_USE_DOUBLE_PRECISION)
+
set(INC
.
)
@@ -28,7 +30,9 @@ set(INC_SYS
set(SRC
rb_bullet_api.cpp
+ rb_convex_hull_api.cpp
+ RBI_hull_api.h
RBI_api.h
)