mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03:00
19 lines
355 B
CMake
19 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)
|