blob: 52beeb1ab1359091b79a4997cd97db0dc4b34840 [file] [log] [blame]
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
add_subdirectory(${LIBC_TARGET_OS})
endif()
add_entrypoint_object(
abort
SRCS
abort.cpp
HDRS
abort.h
DEPENDS
raise
_Exit
stdlib_h
)