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:
authorCampbell Barton <ideasman42@gmail.com>2013-03-21 06:58:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-21 06:58:21 +0400
commit39667220575fd770706e374d79aeb29c29c48a29 (patch)
tree2ad134003fdbc57ae3798f7ce6ec18d6cf5f9180 /intern/rigidbody
parent2d236a57b78f071c54f87fd6df341268e9c547d6 (diff)
code cleanup: misc warnings/style
Diffstat (limited to 'intern/rigidbody')
-rw-r--r--intern/rigidbody/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/intern/rigidbody/CMakeLists.txt b/intern/rigidbody/CMakeLists.txt
index a323e55e570..bea3075f6be 100644
--- a/intern/rigidbody/CMakeLists.txt
+++ b/intern/rigidbody/CMakeLists.txt
@@ -21,11 +21,15 @@
#
# ***** END GPL LICENSE BLOCK *****
-SET(INC
+set(INC
.
../../extern/bullet2/src
)
+set(INC_SYS
+
+)
+
set(SRC
rb_bullet_api.cpp