add_executable(entropy-cluster entropy-cluster.cpp entropycalculator.cpp)
target_link_libraries(entropy-cluster ${OpenCV_LIBRARIES} ${Boost_LIBRARIES} adt pthread)

install(TARGETS entropy-cluster EXPORT ADTTargets RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
