blob: 283c9a78439e8bc4ea4e214e4befcad7dbf68850 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|