Sign in
llvm
/
llvm-project
/
afedb030d6c6bfbeec3defeb257ebf94a75af77f
/
.
/
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
)