xref: /haiku/src/tests/servers/app/window_creation/Jamfile (revision 40e20c10768c3dcfc54074b8886e3e91455332e1)
1SubDir HAIKU_TOP src tests servers app window_creation ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4AddSubDirSupportedPlatforms libbe_test ;
5
6UseHeaders [ FDirName os app ] ;
7UseHeaders [ FDirName os interface ] ;
8
9Application WindowCreation :
10	main.cpp
11	: $(TARGET_LIBSTDC++) be
12;
13
14