xref: /haiku/src/apps/glteapot/Jamfile (revision 93aeb8c3bc3f13cb1f282e3e749258a23790d947)
1SubDir HAIKU_TOP src apps glteapot ;
2
3Application GLTeapot :
4	FPS.cpp
5	GLObject.cpp
6	ObjectView.cpp
7	error.cpp
8	teapot_main.cpp
9
10	: libbe.so libGL.so libgame.so
11
12	: GLTeapot.rdef
13;
14