mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-14 20:19:14 +00:00
These are no longer displayed in the menu, so it doesn't make sense to call them menu applets. :^)
6 lines
130 B
CMake
6 lines
130 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Network.Applet ICON network)
|
|
target_link_libraries(Network.Applet LibGUI LibCore LibGfx)
|