github的一些开源项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
340 B

  1. # Package Information for pkg-config
  2. prefix=@prefix@
  3. exec_prefix=@exec_prefix@
  4. libdir=@libdir@
  5. includedir=@includedir@
  6. Name: libpcre2-posix
  7. Description: Posix compatible interface to libpcre2-8
  8. Version: @PACKAGE_VERSION@
  9. Libs: -L${libdir} -lpcre2-posix@LIB_POSTFIX@
  10. Cflags: -I${includedir} @PCRE2POSIX_CFLAG@
  11. Requires.private: libpcre2-8