
ADD_EXECUTABLE( detect_banded_images detect_banded_images.cpp )

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

# Install the binary on 'make install'
INSTALL(TARGETS detect_banded_images EXPORT ADTTargets RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")


