From fd896d2476e087090196287cba64843db87533e5 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 20 Sep 2016 22:11:42 -0700 Subject: CMake: Simplify pkg-config support Merge USEOWNSUBDIR and PKGCONFIG build flags; move the pkg-config source file to scripts/. --- misc/cmake/pugixml.pc | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 misc/cmake/pugixml.pc (limited to 'misc/cmake') diff --git a/misc/cmake/pugixml.pc b/misc/cmake/pugixml.pc deleted file mode 100644 index 283c9a7..0000000 --- a/misc/cmake/pugixml.pc +++ /dev/null @@ -1,11 +0,0 @@ -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} -Libs: -L${libdir} -lpugixml \ No newline at end of file -- cgit v1.2.3