11 lines
408 B
PkgConfig
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 |