mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
13 lines
220 B
CMake
13 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)
|