1SubDir HAIKU_TOP src tests kits opengl glinfo ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5if $(TARGET_PLATFORM) != haiku { 6 # Needed for <GL/glut.h>, not present in R5. 7 # Unfortunately we also get the other headers there, 8 # that we don't really want. 9 UsePublicHeaders opengl ; 10} 11 12SimpleTest GLInfo : 13 GLInfo.cpp 14 : be libGL.so 15; 16