mirror of
https://github.com/PCRE2Project/pcre2.git
synced 2025-10-17 23:57:23 +08:00

When using a DLL in Windows, the function declarations (and definitions) that are public are decorated with attributes but those declarations would conflict with the ones that are selected when the compiler supports the visibility feature. Define instead a new macro that would be added to the corresponding macros independently and while at it allow setting visibility with cmake.
14 lines
340 B
PkgConfig
14 lines
340 B
PkgConfig
# Package Information for pkg-config
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libpcre2-posix
|
|
Description: Posix compatible interface to libpcre2-8
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lpcre2-posix@LIB_POSTFIX@
|
|
Cflags: -I${includedir} @PCRE2POSIX_CFLAG@
|
|
Requires.private: libpcre2-8
|