bullet3/Demos/OpenGL/Jamfile

19 lines
477 B
Plaintext
Raw Normal View History

2006-05-25 19:18:29 +00:00
SubDir TOP Demos OpenGL ;
if $(GLUT.AVAILABLE) = "yes"
{
2006-09-11 06:10:40 +00:00
IncludeDir Extras/PhysicsInterface/Common ;
IncludeDir Extras/PhysicsInterface/CcdPhysics ;
2006-05-25 19:18:29 +00:00
Description bulletopenglsupport : "Bullet OpenGL support" ;
2006-09-11 06:10:40 +00:00
Library bulletopenglsupport :
[ Wildcard *.h *.cpp ] : noinstall
;
CFlags bulletopenglsupport :
[ FIncludes $(TOP)/Extras/PhysicsInterface/Common ]
[ FIncludes $(TOP)/Extras/PhysicsInterface/CcdPhysics ]
;
2006-05-25 19:18:29 +00:00
ExternalLibs bulletopenglsupport : GLUT ;
}