kern/lib/c/string/CMakeLists.txt
fef f8a85a1541
happy new year 2022 uwu
May it be slightly less exhausting than 2021.
2022-01-01 03:49:33 +01:00

71 lines
982 B
CMake

# Copyright (C) 2021,2022 fef <owo@fef.moe>. All rights reserved.
target_sources(c PRIVATE
bcmp.c
bcopy.c
bzero.c
ffs.c
ffsl.c
ffsll.c
fls.c
flsl.c
flsll.c
memccpy.c
memchr.c
memcmp.c
memcpy.c
memmem.c
memmove.c
memrchr.c
memset.c
stpcpy.c
stpncpy.c
strcat.c
strchr.c
strchrnul.c
strcmp.c
strcpy.c
strcspn.c
strdup.c
strlcat.c
strlcpy.c
strlen.c
strncat.c
strncmp.c
strncpy.c
strndup.c
strnlen.c
strnstr.c
strpbrk.c
strrchr.c
strsep.c
strspn.c
strstr.c
strtok.c
swab.c
wcpcpy.c
wcpncpy.c
wcscat.c
wcschr.c
wcscmp.c
wcscpy.c
wcscspn.c
wcsdup.c
wcslcat.c
wcslcpy.c
wcslen.c
wcsncat.c
wcsncmp.c
wcsncpy.c
wcsnlen.c
wcspbrk.c
wcsrchr.c
wcsspn.c
wcsstr.c
wcstok.c
wmemchr.c
wmemcmp.c
wmemcpy.c
wmemmove.c
wmemset.c
)