mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
d2aeaba5f8
Move CSRSS, CSRSRV there, as well as CSR client calls from NTDLL into a "CSRLIB" library.
4 lines
75 B
CMake
4 lines
75 B
CMake
|
|
add_subdirectory(csrlib)
|
|
add_subdirectory(csrsrv)
|
|
add_subdirectory(csrss)
|