Files
bullet3/Examples/TestBed/Tests/Jamfile
2007-10-18 06:37:36 +00:00

19 lines
258 B
Plaintext

SubDir TOP Examples TestBed Tests ;
if $(GLUT.AVAILABLE) = "yes"
{
Description Tests : "Bullet Tests" ;
Library Tests :
[ Wildcard *.h *.cpp ] : noinstall
;
CFlags Tests :
;
LibDepends Tests : bulletdynamics ;
ExternalLibs Tests : GLUT ;
}