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

Maps: Add show SerenityOS users feature

This commit is contained in:
Bastiaan van der Plaat 2023-09-06 22:17:46 +02:00 committed by Jelle Raaijmakers
parent dfb54083ee
commit d63fb8fa61
5 changed files with 138 additions and 3 deletions

View file

@ -7,6 +7,7 @@ serenity_component(
set(SOURCES
main.cpp
MapWidget.cpp
UsersMapWidget.cpp
)
serenity_app(Maps ICON app-maps)