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
406 B

  1. # Package Information for pkg-config
  2. prefix=@prefix@
  3. exec_prefix=@exec_prefix@
  4. libdir=@libdir@
  5. includedir=@includedir@
  6. Name: libpcre2-32
  7. Description: PCRE2 - Perl compatible regular expressions C library (2nd API) with 32 bit character support
  8. Version: @PACKAGE_VERSION@
  9. Libs: -L${libdir} -lpcre2-32@LIB_POSTFIX@
  10. Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
  11. Cflags: -I${includedir} @PCRE2_STATIC_CFLAG@