[libc][NFC] Move aligned access implementations to separate header
[llvm-project.git] / libc / src / __support / OSUtil / gpu / CMakeLists.txt
blob01837d7ae0a2f2493d4edb6399178fde99ff0594
1 add_object_library(
2   gpu_util
3   SRCS
4     quick_exit.cpp
5     io.cpp
6   HDRS
7     quick_exit.h
8     io.h
9   DEPENDS
10     libc.src.__support.common
11     libc.src.__support.CPP.string_view
12     libc.src.__support.RPC.rpc_client
13     libc.src.string.memory_utils.memcpy_implementation