ADD_EXECUTABLE(benchmark-motion-compensation motion_compensation.cpp)

TARGET_LINK_LIBRARIES(benchmark-motion-compensation PRIVATE dv::processing benchmark::benchmark)
