mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-09 14:59:30 +00:00
11 lines
357 B
Plaintext
11 lines
357 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 : bullet bulletphysicsinterfacecommon bulletdynamics ;
|
|
|
|
|
|
InstallHeader [ Wildcard *.h ] : CcdPhysics ;
|