1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:27:34 +00:00

MenuApplets: Move to Userland/MenuApplets/

This commit is contained in:
Andreas Kling 2021-01-12 12:02:43 +01:00
parent 7fc079bd86
commit b8d6a56fa3
21 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,6 @@
set(SOURCES
main.cpp
)
serenity_bin(ResourceGraph.MenuApplet)
target_link_libraries(ResourceGraph.MenuApplet LibGUI LibCore LibGfx)