blob: 2291a86934a0fef058269b0bc023877642894e5a [file] [log] [blame]
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
endif()
add_entrypoint_object(
getrandom
ALIAS
DEPENDS
.${LIBC_TARGET_OS}.getrandom
)