brintos

brintos / llvm-project-archived public Read only

0
0
Text · 214 B · ce36c66 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  select7  ALIAS8  DEPENDS9    .${LIBC_TARGET_OS}.select10)11