mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
14 lines
245 B
CMake
14 lines
245 B
CMake
|
|
list(APPEND LIBCNTPR_WSTRING_SOURCE
|
|
wstring/wcscspn.c
|
|
wstring/wcsspn.c
|
|
wstring/wcsstr.c
|
|
)
|
|
|
|
list(APPEND LIBCNTPR_WSTRING_SOURCE
|
|
wstring/_wcsicmp_nt.c
|
|
wstring/_wcslwr_nt.c
|
|
wstring/_wcsnicmp_nt.c
|
|
wstring/_wcsupr_nt.c
|
|
)
|