xref: /llvm-project/libc/src/sys/sendfile/linux/CMakeLists.txt (revision b8be3dabde8add876937400bf2ffda9854219c74)
1add_entrypoint_object(
2  sendfile
3  SRCS
4    sendfile.cpp
5  HDRS
6    ../sendfile.h
7  DEPENDS
8    libc.include.sys_sendfile
9    libc.include.sys_syscall
10    libc.src.__support.OSUtil.osutil
11    libc.src.errno.errno
12)
13