bullet3/Demos/OpenGL/Jamfile
2006-09-11 06:10:40 +00:00

19 lines
477 B
Plaintext

SubDir TOP Demos OpenGL ;
if $(GLUT.AVAILABLE) = "yes"
{
IncludeDir Extras/PhysicsInterface/Common ;
IncludeDir Extras/PhysicsInterface/CcdPhysics ;
Description bulletopenglsupport : "Bullet OpenGL support" ;
Library bulletopenglsupport :
[ Wildcard *.h *.cpp ] : noinstall
;
CFlags bulletopenglsupport :
[ FIncludes $(TOP)/Extras/PhysicsInterface/Common ]
[ FIncludes $(TOP)/Extras/PhysicsInterface/CcdPhysics ]
;
ExternalLibs bulletopenglsupport : GLUT ;
}