mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:58:11 +00:00
16 lines
354 B
CMake
16 lines
354 B
CMake
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)
|