From 0918dd2b9925995577b5578404a86a6c017b4740 Mon Sep 17 00:00:00 2001 From: peterbud Date: Tue, 13 Sep 2016 21:03:11 +0200 Subject: Adding options PKGCONFIG build options --- misc/cmake/pugixml.pc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/cmake/pugixml.pc') 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 -- cgit v1.2.3