mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:13:01 +00:00
[CRT] Refactor CMake files
This commit is contained in:
parent
3e1454c739
commit
8c4aff39a8
22 changed files with 936 additions and 886 deletions
17
sdk/lib/crt/wstring/wstring.cmake
Normal file
17
sdk/lib/crt/wstring/wstring.cmake
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue