summaryrefslogtreecommitdiff
path: root/misc/cmake/pugixml.pc
diff options
context:
space:
mode:
authorpeterbud <peterbudai@hotmail.com>2016-09-13 21:03:11 +0200
committerpeterbud <peterbudai@hotmail.com>2016-09-13 21:03:11 +0200
commit0918dd2b9925995577b5578404a86a6c017b4740 (patch)
tree5fa35837da6938314fce7837265533744ec48fcd /misc/cmake/pugixml.pc
parent6d69483bbc6f2503094643728b2492ac9b26c6f0 (diff)
Adding options PKGCONFIG build options
Diffstat (limited to 'misc/cmake/pugixml.pc')
-rw-r--r--misc/cmake/pugixml.pc4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/cmake/pugixml.pc b/misc/cmake/pugixml.pc
index f9fe479..283c9a7 100644
--- a/misc/cmake/pugixml.pc
+++ b/misc/cmake/pugixml.pc
@@ -7,5 +7,5 @@ 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
+Cflags: -I${includedir}
+Libs: -L${libdir} -lpugixml \ No newline at end of file