mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
These are no longer displayed in the menu, so it doesn't make sense to call them menu applets. :^)
7 lines
129 B
CMake
7 lines
129 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(ResourceGraph.Applet)
|
|
target_link_libraries(ResourceGraph.Applet LibGUI LibCore LibGfx)
|