summaryrefslogtreecommitdiff
path: root/misc/cmake
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2016-09-20 22:11:42 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2016-09-20 22:11:42 -0700
commitfd896d2476e087090196287cba64843db87533e5 (patch)
treea88d3c3b479c6267bfbad842118f9299a93eb825 /misc/cmake
parent0918dd2b9925995577b5578404a86a6c017b4740 (diff)
CMake: Simplify pkg-config support
Merge USEOWNSUBDIR and PKGCONFIG build flags; move the pkg-config source file to scripts/.
Diffstat (limited to 'misc/cmake')
-rw-r--r--misc/cmake/pugixml.pc11
1 files changed, 0 insertions, 11 deletions
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