xref: /haiku/src/tests/kits/opengl/direct_mode/Jamfile (revision cda5b8808fd0262f0fac472f6cfa809f846a83cf)
1SubDir HAIKU_TOP src tests kits opengl direct_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 GLDirectMode :
13	GLDirectMode.cpp
14	: be game libGL.so
15	: GLDirectMode.rdef
16;
17