summaryrefslogtreecommitdiff
path: root/Userland/Applications/NetworkSettings/CMakeLists.txt
blob: 35fe06d0e8fcd06c2095937e80aed73a5ce52762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)