
ADD_LIBRARY( afcm
  afcm_util.cxx              afcm_util.h
  afcm.cxx                   afcm.h
  afcm_regression.cxx        afcm_regression.h
  afcm_grid.cxx              afcm_grid.h 
  afcm_grid_regression.cxx   afcm_grid_regression.h
)

TARGET_LINK_LIBRARIES(afcm 3d_image ITKIO ITKCommon ITKNumerics ITKStatistics)

SUBDIRS (exec)