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:
parent
1e11116d65
commit
8118ea764f
5 changed files with 12 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue