mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:58:12 +00:00
18 lines
355 B
CMake
18 lines
355 B
CMake
serenity_component(
|
|
Maps
|
|
REQUIRED
|
|
TARGETS Maps
|
|
)
|
|
|
|
compile_gml(SearchPanel.gml SearchPanelGML.cpp)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
MapWidget.cpp
|
|
SearchPanelGML.cpp
|
|
SearchPanel.cpp
|
|
UsersMapWidget.cpp
|
|
)
|
|
|
|
serenity_app(Maps ICON app-maps)
|
|
target_link_libraries(Maps PRIVATE LibConfig LibCore LibDesktop LibGfx LibGUI LibMain LibProtocol)
|