xref: /haiku/src/apps/switcher/Jamfile (revision 04a0e9c7b68cbe3a43d38e2bca8e860fd80936fb)
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