brintos

brintos / llvm-project-archived public Read only

0
0
Text · 219 B · c4d2988 Raw
12 lines · plain
1if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})2  add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})3endif()4 5add_entrypoint_object(6  sendfile7  ALIAS8  DEPENDS9    .${LIBC_TARGET_OS}.sendfile10)11 12