[memprof] Update YAML traits for writer purposes (#118720)
[llvm-project.git] / libc / src / __support / RPC / CMakeLists.txt
blob0a7141fb60bf0390f99da3e9facb6be8ab1608b5
1 if(NOT LIBC_TARGET_OS_IS_GPU)
2   return()
3 endif()
5 add_object_library(
6   rpc_client
7   SRCS
8     rpc_client.cpp
9   HDRS
10     rpc_client.h
11   DEPENDS
12     libc.include.gpu_rpc
13     libc.src.__support.GPU.utils