mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:47:34 +00:00
Maps: Add MapsSettings with multiple tile providers options
This commit is contained in:
parent
264782557e
commit
aed25991e6
14 changed files with 379 additions and 15 deletions
16
Userland/Applications/MapsSettings/CMakeLists.txt
Normal file
16
Userland/Applications/MapsSettings/CMakeLists.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
serenity_component(
|
||||
MapsSettings
|
||||
RECOMMENDED
|
||||
TARGETS MapsSettings
|
||||
)
|
||||
|
||||
compile_gml(MapsSettingsWidget.gml MapsSettingsWidgetGML.cpp)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
MapsSettingsWidgetGML.cpp
|
||||
MapsSettingsWidget.cpp
|
||||
)
|
||||
|
||||
serenity_app(MapsSettings ICON app-maps)
|
||||
target_link_libraries(MapsSettings PRIVATE LibConfig LibCore LibGfx LibGUI LibMain)
|
Loading…
Add table
Add a link
Reference in a new issue