20 lines
307 B
Plaintext
20 lines
307 B
Plaintext
SubDir TOP Demos OpenGL ;
|
|
|
|
if $(GLUT.AVAILABLE) = "yes"
|
|
{
|
|
|
|
|
|
Description bulletopenglsupport : "Bullet OpenGL support" ;
|
|
Library bulletopenglsupport :
|
|
[ Wildcard *.h *.cpp ] : noinstall
|
|
;
|
|
|
|
|
|
|
|
|
|
|
|
LibDepends bulletopenglsupport : bulletdynamics ;
|
|
|
|
ExternalLibs bulletopenglsupport : GLUT ;
|
|
}
|