mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
18 lines
320 B
CMake
18 lines
320 B
CMake
|
|
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
|
|
)
|