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

Meta: Port recent changes to the GN build

29396415d5
1aed465efe
This commit is contained in:
Timothy Flynn 2024-01-23 09:02:41 -05:00 committed by Andrew Kaster
parent bf32a2027b
commit e7773f0f0a

View file

@ -17,6 +17,8 @@ shared_library("LibPDF") {
"Fonts/Type0Font.cpp", "Fonts/Type0Font.cpp",
"Fonts/Type1Font.cpp", "Fonts/Type1Font.cpp",
"Fonts/Type1FontProgram.cpp", "Fonts/Type1FontProgram.cpp",
"Fonts/Type3Font.cpp",
"Function.cpp",
"Interpolation.cpp", "Interpolation.cpp",
"ObjectDerivatives.cpp", "ObjectDerivatives.cpp",
"Page.cpp", "Page.cpp",