mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 01:35:41 +00:00
[CRT] Refactor CMake files
This commit is contained in:
parent
3e1454c739
commit
8c4aff39a8
22 changed files with 936 additions and 886 deletions
10
sdk/lib/crt/search/search.cmake
Normal file
10
sdk/lib/crt/search/search.cmake
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
list(APPEND LIBCNTPR_SEARCH_SOURCE
|
||||
search/bsearch.c
|
||||
search/lfind.c
|
||||
)
|
||||
|
||||
list(APPEND CRT_SEARCH_SOURCE
|
||||
${LIBCNTPR_SEARCH_SOURCE}
|
||||
search/lsearch.c
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue