aboutsummaryrefslogtreecommitdiff
path: root/libstudxml.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libstudxml.pc.in')
-rw-r--r--libstudxml.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/libstudxml.pc.in b/libstudxml.pc.in
new file mode 100644
index 0000000..ae19924
--- /dev/null
+++ b/libstudxml.pc.in
@@ -0,0 +1,15 @@
+# file : libstudxml.pc.in
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libstudxml
+Description: C++ XML library
+URL: http://www.codesynthesis.com/projects/libstudxml/
+Version: @VERSION@
+Libs: -L${libdir} -lstudxml
+Cflags: -I${includedir}