summaryrefslogtreecommitdiff
path: root/misc/cmake/pugixml.pc
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cmake/pugixml.pc')
-rw-r--r--misc/cmake/pugixml.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/cmake/pugixml.pc b/misc/cmake/pugixml.pc
new file mode 100644
index 0000000..f9fe479
--- /dev/null
+++ b/misc/cmake/pugixml.pc
@@ -0,0 +1,11 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+includedir=${prefix}/@INSTALL_INCLUDE_DIR@
+libdir=${exec_prefix}/@INSTALL_LIB_DIR@
+
+Name: pugixml
+Description: Light-weight, simple and fast XML parser for C++ with XPath support.
+URL: http://pugixml.org/
+Version: @PUGIXML_VERSION_STRING@
+Cflags: -I${includedir}/pugixml-@PUGIXML_VERSION_STRING@
+Libs: -L${libdir}/pugixml-@PUGIXML_VERSION_STRING@ -lpugixml \ No newline at end of file