xref: /reactos/sdk/lib/crt/wstring/wstring.cmake (revision b388cb66)
1
2list(APPEND LIBCNTPR_WSTRING_SOURCE
3    wstring/wcsicmp.c
4    wstring/wcslwr.c
5    wstring/wcsnicmp.c
6    wstring/wcsupr.c
7    wstring/wcscspn.c
8    wstring/wcsspn.c
9    wstring/wcsstr.c
10)
11
12list(APPEND CRT_WSTRING_SOURCE
13    ${LIBCNTPR_WSTRING_SOURCE}
14    wstring/mbrtowc.c
15    wstring/wcrtomb.c
16    wstring/wcscoll.c
17    wstring/wcstok.c
18    wstring/wcsxfrm.c
19)
20