mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 19:57:45 +03:00
15 lines
263 B
CMake
15 lines
263 B
CMake
serenity_component(
|
|
Maps
|
|
REQUIRED
|
|
TARGETS Maps
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
MapWidget.cpp
|
|
UsersMapWidget.cpp
|
|
)
|
|
|
|
serenity_app(Maps ICON app-maps)
|
|
target_link_libraries(Maps PRIVATE LibConfig LibCore LibDesktop LibGfx LibGUI LibMain LibProtocol)
|