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