mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 14:51:56 +00:00
[CRT] Refactor CMake files
This commit is contained in:
parent
3e1454c739
commit
8c4aff39a8
22 changed files with 936 additions and 886 deletions
22
sdk/lib/crt/stdio/stdio.cmake
Normal file
22
sdk/lib/crt/stdio/stdio.cmake
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
list(APPEND CRT_STDIO_SOURCE
|
||||
stdio/_flsbuf.c
|
||||
stdio/_flswbuf.c
|
||||
stdio/access.c
|
||||
stdio/file.c
|
||||
stdio/find.c
|
||||
stdio/find64.c
|
||||
stdio/findi64.c
|
||||
stdio/fmode.c
|
||||
stdio/perror.c
|
||||
stdio/popen.c
|
||||
stdio/stat.c
|
||||
stdio/stat64.c
|
||||
stdio/waccess.c
|
||||
stdio/wfind.c
|
||||
stdio/wfind64.c
|
||||
stdio/wfindi64.c
|
||||
stdio/wpopen.c
|
||||
stdio/wstat.c
|
||||
stdio/wstat64.c
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue