aboutsummaryrefslogtreecommitdiff
path: root/scripts/pugixml.pc.in
blob: cfb81f58205fd7b488ff4fa15c31502e9fd850c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=@PUGIXML_PC_INCLUDEDIR@
libdir=@PUGIXML_PC_LIBDIR@

Name: pugixml
Description: Light-weight, simple and fast XML parser for C++ with XPath support.
URL: https://pugixml.org/
Version: @pugixml_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lpugixml@LIB_POSTFIX@