11 lines
366 B
Plaintext
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 ;
|