mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
23 lines
392 B
CMake
23 lines
392 B
CMake
|
|
||
|
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
|
||
|
)
|