Sign in
fuchsia
/
third_party
/
llvm-project
/
3b7f5166bd11fc6cbf96597d26753e8c3fc0e6ab
/
.
/
libc
/
src
/
assert
/
CMakeLists.txt
blob: 69c54b505e5cc8f92b5a2397076b9e80119dee80 [
file
] [
log
] [
blame
]
add_entrypoint_object(
__assert_fail
SRCS
__assert_fail.cpp
HDRS
assert.h
DEPENDS
# These two dependencies are temporary and should be replaced by fprintf
# later.
libc.config.linux.linux_syscall_h
libc.include.sys_syscall
libc.src.stdlib.abort
)