set(SOURCES
    capture-simple.cpp
)

set(HEADERS
)

add_executable(forward-capture-simple ${SOURCES})
target_link_libraries(forward-capture-simple common)
install(TARGETS forward-capture-simple DESTINATION bin)
