Sign in
rust
/
llvm-project
/
refs/heads/rustc/10.0-2020-05-05
/
.
/
libc
/
src
/
string
/
CMakeLists.txt
blob: b53da21182500ce8cd39068df8af9c9bed24af5e [
file
] [
log
] [
blame
] [
edit
]
add_entrypoint_object(
strcat
SRCS
strcat.cpp
HDRS
strcat.h
DEPENDS
strcpy
string_h
)
add_entrypoint_object(
strcpy
SRCS
strcpy.cpp
HDRS
strcpy.h
DEPENDS
string_h
)