blob: 9b359f65cdb332aef2b3b0c8fa359e5d04df3241 [file]
# These utilities are GPU only.
if(NOT LIBC_TARGET_OS_IS_GPU)
return()
endif()
add_header_library(
utils
HDRS
utils.h
)
add_object_library(
allocator
SRCS
allocator.cpp
HDRS
allocator.h
DEPENDS
libc.src.__support.common
libc.src.__support.RPC.rpc_client
.utils
)