2016-09-12 22:44:20 +03:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
|
exec_prefix=${prefix}
|
2018-12-10 20:54:40 +03:00
|
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@@INSTALL_SUFFIX@
|
|
|
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@@INSTALL_SUFFIX@
|
2016-09-12 22:44:20 +03:00
|
|
|
|
|
|
|
|
Name: pugixml
|
|
|
|
|
Description: Light-weight, simple and fast XML parser for C++ with XPath support.
|
2018-11-12 18:28:55 +03:00
|
|
|
URL: https://pugixml.org/
|
2018-06-20 17:55:14 +03:00
|
|
|
Version: @pugixml_VERSION@
|
2016-09-13 22:03:11 +03:00
|
|
|
Cflags: -I${includedir}
|
2020-07-15 22:59:05 +03:00
|
|
|
Libs: -L${libdir} -lpugixml@LIB_POSTFIX@
|