mirror of
https://github.com/reactos/reactos.git
synced 2026-05-28 20:03:01 +08:00
Move CSRSS, CSRSRV there, as well as CSR client calls from NTDLL into a "CSRLIB" library.
5 lines
75 B
CMake
5 lines
75 B
CMake
|
|
add_subdirectory(csrlib)
|
|
add_subdirectory(csrsrv)
|
|
add_subdirectory(csrss)
|