Files
bullet3/Extras/glui/Jamfile
2007-10-18 04:59:58 +00:00

19 lines
235 B
Plaintext

SubDir TOP Extras glui ;
if $(GLUT.AVAILABLE) = "yes"
{
Description glui : "glui" ;
Library glui :
[ Wildcard *.h *.cpp ] : noinstall
;
CFlags glui :
;
LibDepends glui : ;
ExternalLibs bulletopenglsupport : GLUT ;
}