26 lines
500 B
Plaintext
26 lines
500 B
Plaintext
SubDir TOP Examples TestBed Tests ;
|
|
|
|
if $(GLUT.AVAILABLE) = "yes"
|
|
{
|
|
|
|
|
|
Description Tests : "Bullet Tests" ;
|
|
Library Tests :
|
|
../../../Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp
|
|
../../../Demos/BasicDemo/BasicDemo.cpp
|
|
../../../Demos/BspDemo/BspDemo.cpp
|
|
../../../Demos/BspDemo/BspConverter.cpp
|
|
../../../Demos/BspDemo/BspLoader.cpp
|
|
[ Wildcard *.h *.cpp ]
|
|
: noinstall
|
|
;
|
|
|
|
CFlags Tests :
|
|
[ FIncludes $(TOP)/Demos/OpenGL ]
|
|
;
|
|
|
|
LibDepends Tests : bulletdynamics ;
|
|
|
|
ExternalLibs Tests : GLUT ;
|
|
}
|