SubDir HAIKU_TOP src tests kits opengl glut game_mode ;

SetSubDirSupportedPlatformsBeOSCompatible ;

if $(TARGET_PLATFORM) != haiku {
	# Needed for <GL/glut.h>, not present in R5.
	# Unfortunately we also get the other headers there,
	# that we don't really want.
	UsePublicHeaders opengl ;
}

SimpleTest GLUTGameMode :
	game_mode.c
	: be GL
;
