summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2008-08-29 23:06:19 +0200
committerAlbert Astals Cid <aacid@kde.org>2008-08-29 23:06:19 +0200
commit8f1deb3f8000bdeb845a6c786a654bc7eb684f0a (patch)
treee0d00d4c1aec2b6fe53ef1836887d384a8d5862d /CMakeLists.txt
parentc39f23dca98d3efe8d094c9a3e1bd460ba57d1ce (diff)
Are we a lib or aren't we? Unify String to Date parsing so we all behave the same way
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 026d4c1f..63ec8bdc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -139,6 +139,7 @@ set(poppler_SRCS
poppler/Catalog.cc
poppler/CharCodeToUnicode.cc
poppler/CMap.cc
+ poppler/DateInfo.cc
poppler/Decrypt.cc
poppler/Dict.cc
poppler/Error.cc
@@ -267,6 +268,7 @@ if(ENABLE_XPDF_HEADERS)
poppler/Catalog.h
poppler/CharCodeToUnicode.h
poppler/CMap.h
+ poppler/DateInfo.h
poppler/Decrypt.h
poppler/Dict.h
poppler/Error.h