1if(NOT LIBC_TARGET_OS_IS_GPU) 2 return() 3endif() 4 5add_object_library( 6 rpc_client 7 SRCS 8 rpc_client.cpp 9 HDRS 10 rpc_client.h 11 DEPENDS 12 libc.src.__support.GPU.utils 13) 14