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

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