bullet3/Bullet/Jamfile

12 lines
341 B
Plaintext
Raw Normal View History

2006-05-25 19:18:29 +00:00
SubDir TOP Bullet ;
Description bullet : "Bullet Continuous Collision Detection and Physics Library" ;
Library bullet :
[ Wildcard BroadphaseCollision : *.h *.cpp ]
[ Wildcard CollisionDispatch : *.h *.cpp ]
[ Wildcard CollisionShapes : *.h *.cpp ]
[ Wildcard NarrowPhaseCollision : *.h *.cpp ]
;
Recurse InstallHeader : .h ;