
ADD_EXECUTABLE( imageview imageview.cpp )

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

