mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 06:00:12 +00:00
12 lines
341 B
Plaintext
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 ;
|