0
0
mirror of https://github.com/zeux/pugixml.git synced 2025-01-17 04:50:23 +08:00
pugixml/scripts/pugixml.pc.in

12 lines
360 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.
2018-11-12 16:28:55 +01:00
URL: https://pugixml.org/
Version: @pugixml_VERSION@
2016-09-13 21:03:11 +02:00
Cflags: -I${includedir}
Libs: -L${libdir} -lpugixml