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