xref: /haiku/src/tests/add-ons/print/pdf/bezierbounds/Jamfile (revision 5ac9b506412b11afb993bb52d161efe7666958a5)
1SubDir HAIKU_TOP src tests add-ons print pdf bezierbounds ;
2
3SubDirHdrs $(HAIKU_TOP) src add-ons print drivers pdf source ;
4
5AddResources BezierBounds : BBApp.rdef ;
6
7local sources =
8	BBApp.cpp
9	BBView.cpp
10	BezierBounds.cpp
11	SubPath.cpp
12;
13
14SimpleTest BezierBounds
15	: $(sources)
16	: be [ TargetLibsupc++ ] root
17;
18
19# Tell Jam where to find these sources:
20SEARCH on [ FGristFiles SubPath.cpp ]
21	= [ FDirName $(HAIKU_TOP) src add-ons print drivers pdf source ] ;
22