brintos

brintos / llvm-project-archived public Read only

0
0
Text · 212 B · c72e68e 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  uname7  ALIAS8  DEPENDS9    .${LIBC_TARGET_OS}.uname10)11