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:
parent
f99771d46f
commit
76f0a09b5e
6 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue