summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChinmoy Ranjan Pradhan <chinmoyrp65@gmail.com>2018-07-17 18:18:30 +0000
committerAlbert Astals Cid <tsdgeos@yahoo.es>2019-01-06 09:41:03 +0000
commita6944a73286032c2c434f78325531cdf9d3a0de2 (patch)
treed3461ee66df01bc04fba6c3e2505333ee0d77b0d /CMakeLists.txt
parentaed1af47a2f1adde4e47836798346674f84b873a (diff)
Add X509CertificateInfo to poppler
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6aaaa767..4eb74a36 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -395,6 +395,7 @@ set(poppler_SRCS
poppler/ViewerPreferences.cc
poppler/Movie.cc
poppler/Rendition.cc
+ poppler/CertificateInfo.cc
)
set(poppler_LIBS ${FREETYPE_LIBRARIES})
if(ENABLE_SPLASH)