[libc][NFC] Move aligned access implementations to separate header
[llvm-project.git] / libc / src / __support / File / gpu / CMakeLists.txt
blob9e32af5efc9a7cbb6bca4b283d01f088cae426ea
1 add_object_library(
2   gpu_file
3   SRCS
4     file.cpp
5   DEPENDS
6     libc.include.stdio
7     libc.src.errno.errno
8     libc.src.__support.CPP.new
9     libc.src.__support.error_or
10     libc.src.__support.File.file
13 add_object_library(
14   gpu_dir
15   SRCS
16     dir.cpp
17   DEPENDS
18     libc.src.errno.errno
19     libc.src.__support.error_or
20     libc.src.__support.File.dir