
ADD_EXECUTABLE( undistort_image undistort_image.cpp )

# Link test to libsnapper library 
TARGET_LINK_LIBRARIES( undistort_image snapper )

