xref: /haiku/src/apps/mandelbrot/Jamfile (revision fce4895d1884da5ae6fb299d23c735c598e690b1)
1SubDir HAIKU_TOP src apps mandelbrot ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4AddSubDirSupportedPlatforms libbe_test ;
5
6Application Mandelbrot :
7	Mandelbrot.cpp
8	tsb.cpp
9	: be [ TargetLibsupc++ ] localestub
10	: Mandelbrot.rdef
11	;
12
13DoCatalogs Mandelbrot :
14    x-vnd.Haiku-Mandelbrot
15    :
16	Mandelbrot.cpp
17;
18