[CRT] Refactor CMake files

This commit is contained in:
Timo Kreuzer 2021-07-17 14:53:17 +02:00
parent 3e1454c739
commit 8c4aff39a8
22 changed files with 936 additions and 886 deletions

View file

@ -0,0 +1,17 @@
list(APPEND LIBCNTPR_WSTRING_SOURCE
wstring/wcsicmp.c
wstring/wcslwr.c
wstring/wcsnicmp.c
wstring/wcsupr.c
wstring/wcscspn.c
wstring/wcsspn.c
wstring/wcsstr.c
)
list(APPEND CRT_WSTRING_SOURCE
${LIBCNTPR_WSTRING_SOURCE}
wstring/wcscoll.c
wstring/wcstok.c
wstring/wcsxfrm.c
)