add_executable(dmf-node-passthrough
    src/main.cpp
    src/passthrough_node.cpp
)

target_link_libraries(dmf-node-passthrough PRIVATE dmf-node)
