SubDir HAIKU_TOP src tests servers app window_creation ;

SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;

UseHeaders [ FDirName os app ] ;
UseHeaders [ FDirName os interface ] ;

Application WindowCreation :
	main.cpp
	: $(TARGET_LIBSTDC++) be
;

