
ADD_EXECUTABLE( test_gamma test_gamma.cpp )

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

