PROJECT(VxLRegions)

ADD_LIBRARY(misc_utility SHARED abl_utility gaussian_smoothing rescaling
	    count_pixels loaders morphing vic_math draw region_growing dilation
	    executor)

INSTALL_FILES( lib .so)
