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

Magnifier: Add a manual to Help menu and propagate construction errors

This commit is contained in:
thankyouverycool 2022-11-24 19:24:27 -05:00 committed by Andreas Kling
parent 5e96ad0345
commit 31f4ec66c5
2 changed files with 10 additions and 3 deletions

View file

@ -10,4 +10,4 @@ set(SOURCES
)
serenity_app(Magnifier ICON app-magnifier)
target_link_libraries(Magnifier PRIVATE LibCore LibGfx LibGUI LibIPC LibMain LibFileSystemAccessClient)
target_link_libraries(Magnifier PRIVATE LibCore LibDesktop LibGfx LibGUI LibIPC LibMain LibFileSystemAccessClient)