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

Magnifier: Add the option to save captures

This commit is contained in:
Roberto Bampi 2022-08-22 22:38:37 +02:00 committed by Sam Atkins
parent eb0657c23e
commit 69f7a59a34
3 changed files with 45 additions and 2 deletions

View file

@ -11,4 +11,4 @@ set(SOURCES
)
serenity_app(Magnifier ICON app-magnifier)
target_link_libraries(Magnifier LibGfx LibGUI LibMain)
target_link_libraries(Magnifier LibGfx LibGUI LibMain LibFileSystemAccessClient)