bullet3/Bullet/Jamfile
2006-05-25 19:18:29 +00:00

12 lines
341 B
Plaintext

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 ;