mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 20:12:34 +00:00
6 lines
125 B
CMake
6 lines
125 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(Network.MenuApplet)
|
|
target_link_libraries(Network.MenuApplet LibGUI LibCore LibGfx)
|