Files
bullet3/Extras/PhysicsInterface/CcdPhysics/Jamfile

11 lines
366 B
Plaintext

SubDir TOP Extras PhysicsInterface CcdPhysics ;
IncludeDir Extras/PhysicsInterface/Common ;
Library bulletccdphysics : [ Wildcard *.h *.cpp ] ;
CFlags bulletccdphysics : [ FIncludes $(TOP)/Extras/PhysicsInterface/Common ] ;
LibDepends bulletccdphysics : bulletcollision bulletphysicsinterfacecommon bulletdynamics ;
InstallHeader [ Wildcard *.h ] : CcdPhysics ;