headers/bsd: Add sys/queue.h.
[haiku.git] / src / tests / add-ons / print / pdf / bezierbounds / Jamfile
blob673852d953a0459ad523ee03a8ffc1461e2db55a
1 SubDir HAIKU_TOP src tests add-ons print pdf bezierbounds ;
3 SubDirHdrs $(HAIKU_TOP) src add-ons print drivers pdf source ;
5 AddResources BezierBounds : BBApp.rdef ;
7 local sources =
8         BBApp.cpp
9         BBView.cpp
10         BezierBounds.cpp
11         SubPath.cpp
14 SimpleTest BezierBounds
15         : $(sources)
16         : be [ TargetLibsupc++ ] root
19 # Tell Jam where to find these sources:
20 SEARCH on [ FGristFiles SubPath.cpp ]
21         = [ FDirName $(HAIKU_TOP) src add-ons print drivers pdf source ] ;