PROJECT(VxLRegions)


ADD_LIBRARY(region_matching SHARED classic_region_matcher crosscorrelation_computor
   	invariant_computor moment_computor ncc_region_matcher reg_match_params
	region_matcher rotation_finder pairwise_indexed_match 
	pairwise_indexed_matches
        similarity_computor
        drgb_computor drgbnorm_computor ncc_drgbnorm_computor
        ncc_drgb_computor drgbsnorm_computor ncc_drgbsnorm_computor
	multi_region_matcher
	integral_computor
	intgr_ncc_drgbsnorm
	euclideansoftmatcher)

INSTALL_FILES( lib .so)
