llvm-project/libc/lib/CMakeLists.txt

10 lines
136 B
CMake

add_entrypoint_library(
llvmlibc
DEPENDS
### C standard library entrypoints
# string.h entrypoints
strcpy
strcat
)