mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +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)
|