summaryrefslogtreecommitdiff
path: root/Userland/Applets/Network/CMakeLists.txt
blob: 160506683cdbf7ce9e6846f917ce18abaeaaa011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
serenity_component(
    Network.Applet
    REQUIRED
    TARGETS Network.Applet
)

set(SOURCES
    main.cpp
)

serenity_app(Network.Applet ICON network)
target_link_libraries(Network.Applet LibGUI LibCore LibGfx LibMain)