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

MacPDF: Rename LagomPDFView to MacPDFView

This commit is contained in:
Nico Weber 2023-09-30 18:55:00 -04:00 committed by Andrew Kaster
parent 3296fb0189
commit f99771d46f
5 changed files with 13 additions and 14 deletions

View file

@ -18,7 +18,7 @@ add_executable(MacPDF MACOSX_BUNDLE
main.mm
AppDelegate.mm
LagomPDFDocument.mm
LagomPDFView.mm
MacPDFView.mm
)
target_compile_options(MacPDF PRIVATE
-fobjc-arc