xref: /haiku/src/apps/patchbay/Jamfile (revision 788e359072485f0439a9bed8278168aed8fe023b)
1SubDir HAIKU_TOP src apps patchbay ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5SimpleTest PatchBay
6	:
7	PatchApp.cpp
8	PatchWin.cpp
9	PatchView.cpp
10	PatchRow.cpp
11	EndpointInfo.cpp
12	MidiEventMeter.cpp
13	:
14	midi midi2 be libicon.a [ TargetLibstdc++ ]
15	:
16	PatchBay.rdef
17;
18
19