summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-09-12 16:28:42 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-09-12 16:28:42 +0000
commitf924d0df40a16b940cc181b6fd7598fa21309d4a (patch)
tree80102385042074089b05fdda89c1101abad9b851 /CMakeLists.txt
parent3368f46ed7aa7d5667fb4d3ec6d93e6a46949e11 (diff)
downloadpcre2-f924d0df40a16b940cc181b6fd7598fa21309d4a.tar.gz
Replace multiple copies of extended grapheme sequence code with a single
subroutine. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@858 6239d852-aaf2-0410-a92c-79f79f948069
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 fbc37fe..7303dcc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -432,6 +432,7 @@ SET(PCRE2_SOURCES
src/pcre2_convert.c
src/pcre2_dfa_match.c
src/pcre2_error.c
+ src/pcre2_extuni.c
src/pcre2_find_bracket.c
src/pcre2_jit_compile.c
src/pcre2_maketables.c