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

Eyes: Add 'Contents' action to help menu

This commit is contained in:
Linus Groh 2022-03-17 23:09:34 +00:00 committed by Andreas Kling
parent 2548ee4149
commit c2d11d5aa0
2 changed files with 7 additions and 2 deletions

View file

@ -9,4 +9,4 @@ set(SOURCES
)
serenity_app(Eyes ICON app-eyes)
target_link_libraries(Eyes LibGUI LibGfx LibMain)
target_link_libraries(Eyes LibDesktop LibGUI LibGfx LibMain)