1SubDir HAIKU_TOP src tests kits opengl glut game_mode ; 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 GLUTGameMode : 13 game_mode.c 14 : be GL 15; 16