brintos

brintos / llvm-project-archived public Read only

0
0
Text · 220 B · 2291a86 Raw
11 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  getrandom7  ALIAS8  DEPENDS9    .${LIBC_TARGET_OS}.getrandom10)11