mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 09:18:05 +03:00
24 lines
556 B
CMake
24 lines
556 B
CMake
serenity_component(
|
|
Maps
|
|
RECOMMENDED
|
|
TARGETS Maps
|
|
)
|
|
|
|
compile_gml(FavoritesEditDialog.gml FavoritesEditDialogGML.cpp)
|
|
compile_gml(FavoritesPanel.gml FavoritesPanelGML.cpp)
|
|
compile_gml(SearchPanel.gml SearchPanelGML.cpp)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
FavoritesEditDialogGML.cpp
|
|
FavoritesPanelGML.cpp
|
|
FavoritesPanel.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)
|