SubDir OBOS_TOP src add-ons translators bmptranslator ;

SimpleTest BMPTranslator
	: BMPMain.cpp
	  BMPTranslator.cpp
	  BMPView.cpp
	  BMPWindow.cpp	
	: be translation
;

# Tell Jam where to find these sources
SEARCH on [ FGristFiles BMPMain.cpp ]
	= [ FDirName $(OBOS_TOP) src add-ons translators ] ;

