mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 22:48:11 +00:00
16 lines
346 B
CMake
16 lines
346 B
CMake
serenity_component(
|
|
NetworkSettings
|
|
REQUIRED
|
|
TARGETS NetworkSettings
|
|
)
|
|
|
|
compile_gml(NetworkSettings.gml NetworkSettingsGML.cpp)
|
|
|
|
set(SOURCES
|
|
NetworkSettingsWidget.cpp
|
|
NetworkSettingsGML.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(NetworkSettings ICON network)
|
|
target_link_libraries(NetworkSettings PRIVATE LibCore LibGfx LibGUI LibMain)
|