mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-28 05:52:53 +00:00
This adds component declarations so that users can select to not build certain parts of the OS.
12 lines
212 B
CMake
12 lines
212 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)
|