aboutsummaryrefslogtreecommitdiff
path: root/libc/src/gpu/CMakeLists.txt
blob: e20228516b5112de3590fc7ddcab5ef4ffdf952a (plain)
1
2
3
4
5
6
7
8
9
10
add_entrypoint_object(
  rpc_host_call
  SRCS
    rpc_host_call.cpp
  HDRS
    rpc_host_call.h
  DEPENDS
    libc.src.__support.RPC.rpc_client
    libc.src.__support.GPU.utils
)