pugixml/misc/cmake/pugixml.pc
peterbud 6d69483bbc Adding PKG-CONFIG support
Also creating a separate install directory under INCLUDE and LIB directories
2016-09-12 21:44:20 +02:00

11 lines
408 B
PkgConfig

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