xref: /haiku/src/apps/glteapot/Jamfile (revision ac078a5b110045de12089052a685a6a080545db1)
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 $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
13	: GLTeapot.rdef
14;
15
16DoCatalogs GLTeapot :
17	x-vnd.Haiku-GLTeapot
18	:
19	TeapotApp.cpp
20;
21