mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
9393fc320e
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
16 lines
299 B
CMake
16 lines
299 B
CMake
|
|
list(APPEND CRT_DIRECT_SOURCE
|
|
direct/chdir.c
|
|
direct/chdrive.c
|
|
direct/getcwd.c
|
|
direct/getdcwd.c
|
|
direct/getdfree.c
|
|
direct/getdrive.c
|
|
direct/mkdir.c
|
|
direct/rmdir.c
|
|
direct/wchdir.c
|
|
direct/wgetcwd.c
|
|
direct/wgetdcwd.c
|
|
direct/wmkdir.c
|
|
direct/wrmdir.c
|
|
)
|