xref: /haiku/src/apps/workspaces/Jamfile (revision 040a81419dda83d1014e9dc94936a4cb3f027303)
1SubDir HAIKU_TOP src apps workspaces ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4AddSubDirSupportedPlatforms libbe_test ;
5
6UsePrivateHeaders app interface shared ;
7
8Application Workspaces :
9	Workspaces.cpp
10	: be libshared.a localestub $(TARGET_LIBSUPC++)
11	: Workspaces.rdef
12	;
13
14if $(TARGET_PLATFORM) = libbe_test {
15	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Workspaces
16		: tests!apps ;
17}
18
19DoCatalogs Workspaces :
20	x-vnd.Be-WORK
21	:
22	Workspaces.cpp
23;
24