libstudxml.pc.in 398 B

123456789101112131415
  1. # file : libstudxml.pc.in
  2. # copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
  3. # license : MIT; see accompanying LICENSE file
  4. prefix=@prefix@
  5. exec_prefix=@exec_prefix@
  6. libdir=@libdir@
  7. includedir=@includedir@
  8. Name: libstudxml
  9. Description: C++ XML library
  10. URL: http://www.codesynthesis.com/projects/libstudxml/
  11. Version: @VERSION@
  12. Libs: -L${libdir} -lstudxml
  13. Cflags: -I${includedir}