set(SOURCES
    capture-preview.cpp
)

set(HEADERS
)

add_executable(forward-capture-preview ${SOURCES})
target_link_libraries(forward-capture-preview PRIVATE common Qt5::Widgets)
install(TARGETS forward-capture-preview DESTINATION bin)
