file(GLOB RDMA_SOURCES "*.cpp")

add_library(rdma_transport OBJECT ${RDMA_SOURCES})
# target_link_libraries(rdma_transport PUBLIC transport)