move the SoftBody work into its own library, BulletSoftBody (work in progress)

This commit is contained in:
erwin.coumans
2008-04-11 18:41:07 +00:00
parent 177287ae78
commit 621be07178
21 changed files with 31 additions and 16 deletions

View File

@@ -0,0 +1,8 @@
SubDir TOP src BulletSoftBody ;
Description bulletsoftbody : "Bullet Softbody Dynamics" ;
Library bulletsoftbody :
[ Wildcard *.h *.cpp ]
;
LibDepends bulletsoftbody : bulletdynamics bulletcollision ;