From 39667220575fd770706e374d79aeb29c29c48a29 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 21 Mar 2013 02:58:21 +0000 Subject: code cleanup: misc warnings/style --- intern/rigidbody/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'intern/rigidbody') 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 -- cgit v1.2.3