Fix missing things in CMake configuration files.

This commit is contained in:
Philip.Hazel 2014-11-18 12:48:28 +00:00
parent c461546ab8
commit 68d95c6543
1 changed files with 1 additions and 2 deletions

View File

@ -386,8 +386,6 @@ SET(PCRE2_SOURCES
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 @@ SET(PCRE2_SOURCES
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