
ADD_EXECUTABLE( novelty_proc novelty_proc.cpp )

# Link test to auv_data_tools library 
TARGET_LINK_LIBRARIES( novelty_proc adt pthread ${OpenCV_LIBRARIES} libplankton::plankton ${Boost_SYSTEM_LIBRARY})

INSTALL(TARGETS novelty_proc EXPORT ADTTargets RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
