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

PDFViewer: Port to LibMain

This commit is contained in:
Pascal Puffke 2021-11-22 23:24:16 +01:00 committed by Andreas Kling
parent bec7ffaf0a
commit 61408e2397
2 changed files with 10 additions and 19 deletions

View file

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