2016-09-12 22:44:20 +03:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
|
exec_prefix=${prefix}
|
2018-04-09 20:48:53 +03:00
|
|
|
includedir=${prefix}/include@INSTALL_SUFFIX@
|
2018-06-27 01:53:42 +03:00
|
|
|
libdir=${exec_prefix}/@CMAKE_INSTALL_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}
|
2018-04-09 20:48:53 +03:00
|
|
|
Libs: -L${libdir} -lpugixml
|