libs/libc/wchar/CMakeList: update the cmake to add the wchar impl
add lib_wcsrtombs.c lib_wcscpy.c lib_wcscat.c lib_wcslcat.c lib_wcsncat.c lib_wcsrchr.c lib_wcschr.c lib_wcsncpy.c lib_wcsncmp.c lib_wcscspn.c file Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
parent
e2962e84c5
commit
2abb760564
@ -48,4 +48,13 @@ target_sources(
|
||||
lib_mbsinit.c
|
||||
lib_mbrlen.c
|
||||
lib_mbsrtowcs.c
|
||||
lib_wcsrtombs.c)
|
||||
lib_wcsrtombs.c
|
||||
lib_wcscpy.c
|
||||
lib_wcscat.c
|
||||
lib_wcslcat.c
|
||||
lib_wcsncat.c
|
||||
lib_wcsrchr.c
|
||||
lib_wcschr.c
|
||||
lib_wcsncpy.c
|
||||
lib_wcsncmp.c
|
||||
lib_wcscspn.c)
|
||||
|
Loading…
Reference in New Issue
Block a user