aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/CMakeLists.txt
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-08-16 14:59:32 +0200
committerm-holger <m-holger@kubitscheck.org>2022-08-30 06:56:23 +0200
commit6670c685ab9f929121c5498115b278c95574e461 (patch)
tree7ba128c33014cc33792090604530fcac7b93448c /libqpdf/CMakeLists.txt
parent0adfd74f8b5dc96091cd0b4251b08401f54df2ed (diff)
downloadqpdf-6670c685ab9f929121c5498115b278c95574e461.tar.zst
Move QPDFObjectHandle::parseInternal to new class QPDFParser
Part of #729
Diffstat (limited to 'libqpdf/CMakeLists.txt')
-rw-r--r--libqpdf/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/CMakeLists.txt b/libqpdf/CMakeLists.txt
index cf807f6d..46d35959 100644
--- a/libqpdf/CMakeLists.txt
+++ b/libqpdf/CMakeLists.txt
@@ -80,6 +80,7 @@ set(libqpdf_SOURCES
QPDFPageDocumentHelper.cc
QPDFPageLabelDocumentHelper.cc
QPDFPageObjectHelper.cc
+ QPDFParser.cc
QPDFStreamFilter.cc
QPDFSystemError.cc
QPDFTokenizer.cc