mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 20:07:34 +00:00
12 lines
227 B
CMake
12 lines
227 B
CMake
set(SOURCES
|
|
CommonNames.cpp
|
|
Document.cpp
|
|
Filter.cpp
|
|
Object.cpp
|
|
Parser.cpp
|
|
Renderer.cpp
|
|
Value.cpp
|
|
)
|
|
|
|
serenity_lib(LibPDF pdf)
|
|
target_link_libraries(LibPDF LibC LibCore LibIPC LibGfx LibTextCodec)
|