[CRT] Refactor CMake files

This commit is contained in:
Timo Kreuzer 2021-07-17 14:53:17 +02:00
parent 3e1454c739
commit 8c4aff39a8
22 changed files with 936 additions and 886 deletions

View 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
)