mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:38:12 +00:00
15 lines
288 B
CMake
15 lines
288 B
CMake
set(SOURCES
|
|
ColorSpace.cpp
|
|
CommonNames.cpp
|
|
Document.cpp
|
|
Encoding.cpp
|
|
Filter.cpp
|
|
Fonts.cpp
|
|
ObjectDerivatives.cpp
|
|
Parser.cpp
|
|
Renderer.cpp
|
|
Value.cpp
|
|
)
|
|
|
|
serenity_lib(LibPDF pdf)
|
|
target_link_libraries(LibPDF LibC LibCore LibIPC LibGfx LibTextCodec)
|