xref: /llvm-project/libc/startup/CMakeLists.txt (revision 9a07780687ab5afd9e1bafe8a7c99f512eb98ce8)
1if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
2  add_subdirectory(${LIBC_TARGET_OS})
3endif()
4