blob: 8ea6752ba87c09c39f04cb1e48fdc2f8732c3d8a [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(
utimes
ALIAS
DEPENDS
.${LIBC_TARGET_OS}.utimes
)
add_entrypoint_object(
setitimer
ALIAS
DEPENDS
.${LIBC_TARGET_OS}.setitimer
)
add_entrypoint_object(
getitimer
ALIAS
DEPENDS
.${LIBC_TARGET_OS}.getitimer
)