1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:37:44 +00:00

LoginServer: Layout a basic login window

This commit is contained in:
Peter Elliott 2021-10-09 21:17:42 -06:00 committed by Andreas Kling
parent f8fb0359ae
commit 9e3d6d161b
6 changed files with 143 additions and 0 deletions

View file

@ -11,6 +11,7 @@ add_subdirectory(ImageDecoder)
add_subdirectory(InspectorServer)
add_subdirectory(KeyboardPreferenceLoader)
add_subdirectory(LaunchServer)
add_subdirectory(LoginServer)
add_subdirectory(LookupServer)
add_subdirectory(NotificationServer)
add_subdirectory(RequestServer)