blob: cac9c4e05e369837a8912d17c137f18b5a766dbe [file]
if(NOT LIBC_TARGET_OS_IS_GPU)
return()
endif()
add_object_library(
rpc_client
SRCS
rpc_client.cpp
HDRS
rpc_client.h
DEPENDS
libc.src.__support.GPU.utils
)