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

MacPDF: Rename LagomPDFDocument to MacPDFDocument

This commit is contained in:
Nico Weber 2023-09-30 18:58:24 -04:00 committed by Andrew Kaster
parent f99771d46f
commit 76f0a09b5e
6 changed files with 10 additions and 10 deletions

View file

@ -10,14 +10,14 @@ set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
add_compile_options(-DAK_DONT_REPLACE_STD)
set(RESOURCES
LagomPDFDocument.xib
MacPDFDocument.xib
MainMenu.xib
)
add_executable(MacPDF MACOSX_BUNDLE
main.mm
AppDelegate.mm
LagomPDFDocument.mm
MacPDFDocument.mm
MacPDFView.mm
)
target_compile_options(MacPDF PRIVATE