xref: /haiku/src/apps/switcher/Jamfile (revision 9f81ca838ce7b92b5689e57d3f86765db4705a7b)
1SubDir HAIKU_TOP src apps switcher ;
2
3UsePrivateHeaders app interface shared ;
4
5Application Switcher :
6	ApplicationsView.cpp
7	CaptureWindow.cpp
8	GroupListView.cpp
9	LaunchButton.cpp
10	PanelWindow.cpp
11	Switcher.cpp
12	WindowsView.cpp
13
14	: be translation $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++)
15		localestub libshared.a
16	: Switcher.rdef
17;
18