SubDir TOP apps tests ceguitest ;

if $(CEGUI.AVAILABLE) = "yes"
{
Description ceguitest : "CEGUI Test Application" ;
Application ceguitest :
  [ Wildcard *.h *.cpp ] ;
CFlags ceguitest : $(COMPILER.C++FLAGS.EXCEPTIONS.ENABLE) ;
LinkWith ceguitest : crystalspace ;
ExternalLibs ceguitest : CEGUI ;
}
