xref: /haiku/src/apps/glteapot/Jamfile (revision d3d8b26997fac34a84981e6d2b649521de2cc45a)
1SubDir HAIKU_TOP src apps glteapot ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5Application GLTeapot :
6	FPS.cpp
7	GLObject.cpp
8	ObjectView.cpp
9	error.cpp
10	teapot_main.cpp
11	: be GL game
12	: GLTeapot.rdef
13;
14