Files
clang-p2996/libc/include/llvm-libc-macros/CMakeLists.txt
Siva Chandra Reddy 827575a7f8 [libc] Add implementation of POSIX lseek function.
Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D121676
2022-03-15 16:24:48 +00:00

16 lines
176 B
CMake

add_subdirectory(linux)
add_header(
fcntl_macros
HDR
fcntl-macros.h
DEPENDS
.linux.fcntl_macros
)
add_header(
file_seek_macros
HDR
file-seek-macros.h
)