1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 06:47:34 +00:00

NetworkSettings: Port NetworkSettings to GML compilation

This commit is contained in:
tetektoza 2023-09-29 20:33:46 +02:00 committed by Tim Schumacher
parent 1e11116d65
commit 8118ea764f
5 changed files with 12 additions and 14 deletions

View file

@ -4,16 +4,13 @@ serenity_component(
TARGETS NetworkSettings
)
stringify_gml(NetworkSettings.gml NetworkSettingsGML.h network_settings_gml)
compile_gml(NetworkSettings.gml NetworkSettingsGML.cpp)
set(SOURCES
NetworkSettingsWidget.cpp
NetworkSettingsGML.cpp
main.cpp
)
set(GENERATED_SOURCES
NetworkSettingsGML.h
)
serenity_app(NetworkSettings ICON network)
target_link_libraries(NetworkSettings PRIVATE LibCore LibGfx LibGUI LibMain)