mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-19 22:25:36 +00:00
7 lines
138 B
CMake
7 lines
138 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Network.MenuApplet ICON network)
|
|
target_link_libraries(Network.MenuApplet LibGUI LibCore LibGfx)
|