xref: /haiku/src/apps/switcher/Jamfile (revision 836a14832190d2718b879ac08fb82a7926b5dd8f)
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 [ TargetLibstdc++ ] [ TargetLibsupc++ ]
15		localestub shared
16	: Switcher.rdef
17;
18