SubDir TOP plugins video canvas openglcommon ;

if $(GL.AVAILABLE) = "yes"
{
Library openglcommon : [ Wildcard *.cpp *.h ] : noinstall ;
CFlags openglcommon : $(GL.CFLAGS) ;
LibDepends openglcommon : cstool csgfx csgeom csutil ;
}
