xref: /haiku/src/apps/mandelbrot/Jamfile (revision 87e8603d9f4cecce2250564deb85bc2ef5c23bfa)
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