xref: /haiku/src/tests/kits/opengl/glinfo/Jamfile (revision 1214ef1b2100f2b3299fc9d8d6142e46f70a4c3f)
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