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:
6
src/Jamfile
Normal file
6
src/Jamfile
Normal file
@@ -0,0 +1,6 @@
|
||||
SubDir TOP src ;
|
||||
|
||||
SubInclude TOP src BulletCollision ;
|
||||
SubInclude TOP src BulletDynamics ;
|
||||
SubInclude TOP src LinearMath ;
|
||||
|
||||
Reference in New Issue
Block a user