add_executable(auto-level-pixel auto-level-pixel.cpp cameraimages.cpp fullhistogram.cpp)
target_link_libraries(auto-level-pixel ${OpenCV_LIBRARIES} ${Boost_LIBRARIES} adt pthread)

install(TARGETS auto-level-pixel EXPORT ADTTargets RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
