pcre2: re-import some sources overzealously removed in 73ecf1576b

These are required for the build to succeed without CMake surgery.
This commit is contained in:
David Adam
2020-05-12 11:19:19 +08:00
parent 73ecf1576b
commit 8f50e5721d
8 changed files with 14745 additions and 0 deletions

13
pcre2/libpcre2-16.pc.in vendored Normal file
View File

@@ -0,0 +1,13 @@
# Package Information for pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libpcre2-16
Description: PCRE2 - Perl compatible regular expressions C library (2nd API) with 16 bit character support
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpcre2-16
Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
Cflags: -I${includedir} @PCRE2_STATIC_CFLAG@