mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 15:35:06 +00:00
12 lines
220 B
CMake
12 lines
220 B
CMake
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)
|