add_executable(screenshot_demo screenshot_demo.cpp)
target_link_libraries(screenshot_demo common_lib ${OpenCV_LIBS})
