PROJECT(VxLRegions)

ADD_LIBRARY(region_utility SHARED aoi_computor region_deskew
	    saliency_computor hue_entropy_computor region_file
	    simple_region_file old_region_file Vitto_region_file
	    VIBES_region_file miko1_region_file
	    region_draw misc clusterfilter
	    Templates/region_deskew+vil1_memory_image_of+vil1_rgb
	    Templates/vil1_memory_image_of+vdgl_digital_curve)

ADD_DEFINITIONS(-fimplicit-templates)

INSTALL_FILES( lib .so )
