xref: /llvm-project/libc/src/__support/RPC/CMakeLists.txt (revision 3bbd53ce97059718994cd17f3fd404654e9198cb)
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