mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
3647f6a5eb
Logon UI was excluded from CMake build, probably for not being compliant with 'warnings are errors' standard introduced at some point. In the future, I would probably try to make Logon UI usable alongside with the classic msgina interface. - Add logonui back to CMakeLists - Replace 'wcscpy_s' Vista+ function with StringCchCopyW - Exclude some unused functions Signed-off-by: Vitaly Orekhov <crce2000@mail.ru> Reviewed-by: Stanislav Motylkov <x86corez@gmail.com> Reviewed-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
20 lines
464 B
CMake
20 lines
464 B
CMake
|
|
add_subdirectory(autochk)
|
|
add_subdirectory(bootok)
|
|
add_subdirectory(chkdsk)
|
|
add_subdirectory(diskpart)
|
|
add_subdirectory(dllhost)
|
|
add_subdirectory(expand)
|
|
add_subdirectory(format)
|
|
add_subdirectory(logonui)
|
|
add_subdirectory(lsass)
|
|
add_subdirectory(msiexec)
|
|
add_subdirectory(regsvr32)
|
|
add_subdirectory(rundll32)
|
|
add_subdirectory(runonce)
|
|
add_subdirectory(services)
|
|
add_subdirectory(smss)
|
|
add_subdirectory(subst)
|
|
add_subdirectory(userinit)
|
|
add_subdirectory(winlogon)
|