From 8f1deb3f8000bdeb845a6c786a654bc7eb684f0a Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Fri, 29 Aug 2008 23:06:19 +0200 Subject: Are we a lib or aren't we? Unify String to Date parsing so we all behave the same way --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3