pugixml/scripts/pugixml.pc.in

12 lines
359 B
PkgConfig
Raw Normal View History

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/include@INSTALL_SUFFIX@
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@@INSTALL_SUFFIX@
Name: pugixml
Description: Light-weight, simple and fast XML parser for C++ with XPath support.
URL: http://pugixml.org/
Version: @pugixml_VERSION@
2016-09-13 22:03:11 +03:00
Cflags: -I${includedir}
Libs: -L${libdir} -lpugixml