xref: /haiku/src/tests/apps/terminal_replicant/Jamfile (revision a5a3b2d9a3d95cbae71eaf371708c73a1780ac0d)
1SubDir HAIKU_TOP src tests apps terminal_replicant ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5SubDirHdrs [ FDirName $(HAIKU_TOP) src apps terminal ] ;
6
7Application RepliTerminal :
8	main.cpp
9	: be [ TargetLibsupc++ ]
10	;
11
12
13