Sign in
llvm
/
llvm-project
/
ba767d0bbbde4107700ff66ecfd97eb75d85a35d
/
.
/
libc
/
src
/
sys
/
sendfile
/
CMakeLists.txt
blob: c4d298851c72574338de8c65ccd2ab3e28d58ca8 [
file
]
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
endif()
add_entrypoint_object(
sendfile
ALIAS
DEPENDS
.${LIBC_TARGET_OS}.sendfile
)