set(SOURCES
    passthrough-simple.cpp
)

set(HEADERS
)

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