aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/CMakeLists.txt
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-03-25 16:30:52 +0100
committerm-holger <m-holger@kubitscheck.org>2023-03-29 12:48:21 +0200
commit38cf7c16283ec2d476514a54e2b1a7016b0b770a (patch)
treea741c4c0e5ee636fb8947751ebc50791be7e1aa5 /libqpdf/CMakeLists.txt
parentde29fd56c487dcf08f2af66f47576f147b20be82 (diff)
downloadqpdf-38cf7c16283ec2d476514a54e2b1a7016b0b770a.tar.zst
Add separate sparse mode to QPDF_Array
Add temporary clone of SparseOHArray to implement non-sparse mode.
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 5e3a628e..2d857f45 100644
--- a/libqpdf/CMakeLists.txt
+++ b/libqpdf/CMakeLists.txt
@@ -116,6 +116,7 @@ set(libqpdf_SOURCES
SecureRandomDataProvider.cc
SF_FlateLzwDecode.cc
SparseOHArray.cc
+ OHArray.cc
qpdf-c.cc
qpdfjob-c.cc
qpdflogger-c.cc)