reactos/subsystems/CMakeLists.txt
Hermès Bélusca-Maïto d2aeaba5f8
[CSR][NTDLL] Move the CSR subsystem into its own "csr" sub-directory. (#4802)
Move CSRSS, CSRSRV there, as well as CSR client calls from NTDLL into a "CSRLIB" library.
2022-10-29 17:17:29 +02:00

5 lines
68 B
CMake

add_subdirectory(csr)
add_subdirectory(mvdm)
add_subdirectory(win)