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:
parent
2c2a1da306
commit
deb7ecfbe9
9 changed files with 331 additions and 22 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue