aboutsummaryrefslogtreecommitdiff
path: root/libstudxml.pc.in
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-04-29 08:29:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-04-29 08:29:49 +0200
commit871082dc018815261b6ec75a8e4933505389ffae (patch)
tree6b92641afc8dbbf234fa5b46569ed4335cb4204b /libstudxml.pc.in
parenteb95d50569946def5e55c73445c1d85f603e8536 (diff)
Support for autotools and VC++ 9, 10, 11 build systems
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}