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

PDFViewer: Add page mode option

This commit is contained in:
Matthew Olsson 2022-03-28 21:19:45 -07:00 committed by Andreas Kling
parent c39718ca81
commit 091c2cfdca
6 changed files with 54 additions and 11 deletions

View file

@ -13,4 +13,4 @@ set(SOURCES
)
serenity_app(PDFViewer ICON app-pdf-viewer)
target_link_libraries(PDFViewer LibGUI LibPDF LibFileSystemAccessClient LibMain)
target_link_libraries(PDFViewer LibGUI LibPDF LibFileSystemAccessClient LibConfig LibMain)