Revision: 151
http://www.exim.org/viewvc/pcre2?view=rev&revision=151
Author: ph10
Date: 2014-11-18 12:48:28 +0000 (Tue, 18 Nov 2014)
Log Message:
-----------
Fix missing things in CMake configuration files.
Modified Paths:
--------------
code/trunk/CMakeLists.txt
Modified: code/trunk/CMakeLists.txt
===================================================================
--- code/trunk/CMakeLists.txt 2014-11-18 12:22:08 UTC (rev 150)
+++ code/trunk/CMakeLists.txt 2014-11-18 12:48:28 UTC (rev 151)
@@ -386,8 +386,6 @@
src/pcre2_dfa_match.c
src/pcre2_error.c
src/pcre2_jit_compile.c
- src/pcre2_jit_match.c
- src/pcre2_jit_misc.c
src/pcre2_maketables.c
src/pcre2_match.c
src/pcre2_match_data.c
@@ -396,6 +394,7 @@
src/pcre2_pattern_info.c
src/pcre2_string_utils.c
src/pcre2_study.c
+ src/pcre2_substitute.c
src/pcre2_substring.c
src/pcre2_tables.c
src/pcre2_ucd.c