mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 03:57:35 +00:00
Applications: Add a new NetworkSettings application
This commit is contained in:
parent
df7b7cbfa4
commit
7dd3c5c981
9 changed files with 462 additions and 1 deletions
17
Userland/Applications/NetworkSettings/CMakeLists.txt
Normal file
17
Userland/Applications/NetworkSettings/CMakeLists.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
serenity_component(
|
||||
NetworkSettings
|
||||
REQUIRED
|
||||
TARGETS NetworkSettings
|
||||
)
|
||||
|
||||
compile_gml(NetworkSettings.gml NetworkSettingsGML.h network_settings_gml)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
NetworkSettingsGML.h
|
||||
NetworkSettingsWidget.cpp
|
||||
NetworkSettingsWidget.h
|
||||
)
|
||||
|
||||
serenity_app(NetworkSettings ICON network)
|
||||
target_link_libraries(NetworkSettings LibGUI LibMain)
|
Loading…
Add table
Add a link
Reference in a new issue