
ADD_EXECUTABLE( colour_correction colour_correction.cpp )

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

