mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 05:07:45 +00:00
Lagom/Fuzzers: Add fuzzer for PDF document
This commit is contained in:
parent
34cc4803af
commit
91de60d912
3 changed files with 31 additions and 0 deletions
|
@ -352,6 +352,13 @@ if (BUILD_LAGOM)
|
|||
LIBS LagomJS
|
||||
)
|
||||
|
||||
# PDF
|
||||
file(GLOB LIBPDF_SOURCES CONFIGURE_DEPENDS "../../Userland/Libraries/LibPDF/*.cpp")
|
||||
lagom_lib(PDF pdf
|
||||
SOURCES ${LIBPDF_SOURCES}
|
||||
LIBS LagomGfx LagomIPC LagomTextCodec
|
||||
)
|
||||
|
||||
# Regex
|
||||
file(GLOB LIBREGEX_LIBC_SOURCES "../../Userland/Libraries/LibRegex/C/Regex.cpp")
|
||||
file(GLOB LIBREGEX_SOURCES CONFIGURE_DEPENDS "../../Userland/Libraries/LibRegex/*.cpp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue