Skip to content

Commit a72512f

Browse files
committed
Sync with upstream: ext/pcre
1 parent 5cf3c02 commit a72512f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmake/ext/pcre/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ else()
147147
pcre2lib/pcre2_auto_possess.c
148148
pcre2lib/pcre2_chartables.c
149149
pcre2lib/pcre2_chkdint.c
150+
pcre2lib/pcre2_compile_class.c
150151
pcre2lib/pcre2_compile.c
151152
pcre2lib/pcre2_config.c
152153
pcre2lib/pcre2_context.c
@@ -181,11 +182,14 @@ else()
181182
# headers). It isn't required to use public headers. Perhaps more
182183
# could be filtered and synced with upstream PCRE installed headers.
183184
#pcre2lib/config.h
185+
pcre2lib/pcre2_compile.h
184186
pcre2lib/pcre2_internal.h
185187
pcre2lib/pcre2_intmodedep.h
188+
pcre2lib/pcre2_jit_char_inc.h
186189
pcre2lib/pcre2_jit_neon_inc.h
187190
pcre2lib/pcre2_jit_simd_inc.h
188191
pcre2lib/pcre2_ucp.h
192+
pcre2lib/pcre2_util.h
189193
pcre2lib/pcre2.h
190194
)
191195

0 commit comments

Comments
 (0)