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

@@ -1,5 +1,6 @@
SubDir TOP src ;
SubInclude TOP src BulletSoftBody ;
SubInclude TOP src BulletCollision ;
SubInclude TOP src BulletDynamics ;
SubInclude TOP src LinearMath ;