summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-07-04 18:27:16 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-07-04 18:27:16 +0000
commit5ba9e0ef3012694752a78e3df633c25babf7cbdc (patch)
tree2eacbfe2da8cb3a78f7e604b4576d0687bcd23ad /CMakeLists.txt
parent006fda3d815bdf7a155825e4d56e5ecf05de5a6c (diff)
downloadpcre-5ba9e0ef3012694752a78e3df633c25babf7cbdc.tar.gz
Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@351 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b711988..d2db571 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,6 +26,7 @@
# built by default with Configure and Make.
# 2008-01-23 PH removed the automatic build of pcredemo.
# 2008-04-22 PH modified READLINE support so it finds NCURSES when needed.
+# 2008-07-03 PH updated for revised UCP property support (change of files)
PROJECT(PCRE C CXX)
@@ -294,7 +295,7 @@ SET(PCRE_SOURCES
pcre_study.c
pcre_tables.c
pcre_try_flipped.c
- pcre_ucp_searchfuncs.c
+ pcre_ucd.c
pcre_valid_utf8.c
pcre_version.c
pcre_xclass.c