mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-22 10:14:31 +00:00
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 ;
|