Sign in
llvm
/
llvm-project
/
a201f8872a63aa336e4f79a40e196b6c20c9001e
/
.
/
libc
/
src
/
__support
/
RPC
/
CMakeLists.txt
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
)