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

Maps: Add search panel

This commit is contained in:
Bastiaan van der Plaat 2023-09-16 21:14:21 +02:00 committed by Andrew Kaster
parent 2c2a1da306
commit deb7ecfbe9
9 changed files with 331 additions and 22 deletions

View file

@ -4,9 +4,13 @@ serenity_component(
TARGETS Maps
)
compile_gml(SearchPanel.gml SearchPanelGML.cpp)
set(SOURCES
main.cpp
MapWidget.cpp
SearchPanelGML.cpp
SearchPanel.cpp
UsersMapWidget.cpp
)