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

  1. prefix=/Users/chris/work/storm/build_xcode/resources/3rdparty/xercesc-3.1.2
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5. Name: Xerces-C++
  6. Description: Validating XML parser library for C++
  7. Version: 3.1.2
  8. Libs: -L${libdir} -lxerces-c
  9. Libs.private: -lcurl
  10. Cflags: -I${includedir}