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.

11 lines
249 B

  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: Xerces-C++
  6. Description: Validating XML parser library for C++
  7. Version: @VERSION@
  8. Libs: -L${libdir} -lxerces-c
  9. Libs.private: @CURL_LIBS@
  10. Cflags: -I${includedir}