repository_infos: Enable automatic updates on the main Haiku repostiory.
[haiku.git] / src / apps / glteapot / Jamfile
blobce751a0eac835f5bd1661791764b037cf3ec1846
1 SubDir HAIKU_TOP src apps glteapot ;
2 UseBuildFeatureHeaders glu ;
3 UseBuildFeatureHeaders mesa ;
5 SetSubDirSupportedPlatformsBeOSCompatible ;
7 local sources =
8         FPS.cpp
9         GLObject.cpp
10         ObjectView.cpp
11         error.cpp
12         TeapotWindow.cpp
13         TeapotApp.cpp
16 Includes [ FGristFiles $(sources) ] :
17         [ BuildFeatureAttribute glu : headers ]
18         [ BuildFeatureAttribute mesa : headers ]
19         ;
21 Application GLTeapot :
22         $(sources)
23         :
24         be game localestub [ TargetLibsupc++ ]
25         [ BuildFeatureAttribute glu : library ]
26         [ BuildFeatureAttribute mesa : library ]
27         : GLTeapot.rdef
30 DoCatalogs GLTeapot :
31         x-vnd.Haiku-GLTeapot
32         :
33         TeapotApp.cpp
34         TeapotWindow.cpp