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:
9
src/LinearMath/Jamfile
Normal file
9
src/LinearMath/Jamfile
Normal file
@@ -0,0 +1,9 @@
|
||||
SubDir TOP src LinearMath ;
|
||||
|
||||
Description bulletmath : "Bullet Math Library" ;
|
||||
|
||||
Library bulletmath :
|
||||
[ Wildcard *.h *.cpp ]
|
||||
;
|
||||
|
||||
InstallHeader [ Wildcard *.h ] ;
|
||||
Reference in New Issue
Block a user