
ADD_EXECUTABLE( image_norm_test image_norm_test.cpp )

# Link test to auv_data_tools library 
TARGET_LINK_LIBRARIES( image_norm_test adt ${OpenCV_LIBRARIES})

