move the SoftBody work into its own library, BulletSoftBody (work in progress)
This commit is contained in:
8
src/BulletSoftBody/Jamfile
Normal file
8
src/BulletSoftBody/Jamfile
Normal file
@@ -0,0 +1,8 @@
|
||||
SubDir TOP src BulletSoftBody ;
|
||||
|
||||
Description bulletsoftbody : "Bullet Softbody Dynamics" ;
|
||||
Library bulletsoftbody :
|
||||
[ Wildcard *.h *.cpp ]
|
||||
;
|
||||
|
||||
LibDepends bulletsoftbody : bulletdynamics bulletcollision ;
|
||||
Reference in New Issue
Block a user