First stage in refactoring Bullet: moved Bullet Collision and Dynamics and LinearMath into src folder, and all files in Collision Detection and Dynamics have bt prefix.
Made all buildsystems to work again (jam, msvc, cmake)
This commit is contained in:
11
src/BulletCollision/Jamfile
Normal file
11
src/BulletCollision/Jamfile
Normal file
@@ -0,0 +1,11 @@
|
||||
SubDir TOP src BulletCollision ;
|
||||
|
||||
|
||||
Description bulletcollision : "Bullet Collision Detection" ;
|
||||
Library bulletcollision :
|
||||
[ Wildcard BroadphaseCollision : *.h *.cpp ]
|
||||
[ Wildcard CollisionDispatch : *.h *.cpp ]
|
||||
[ Wildcard CollisionShapes : *.h *.cpp ]
|
||||
[ Wildcard NarrowPhaseCollision : *.h *.cpp ]
|
||||
;
|
||||
Recurse InstallHeader : .h ;
|
||||
Reference in New Issue
Block a user