2016-09-12 21:44:20 +02:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
2018-04-09 13:48:53 -04:00
|
|
|
includedir=${prefix}/include@INSTALL_SUFFIX@
|
2018-06-27 00:53:42 +02:00
|
|
|
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@@INSTALL_SUFFIX@
|
2016-09-12 21:44:20 +02:00
|
|
|
|
|
|
|
Name: pugixml
|
|
|
|
Description: Light-weight, simple and fast XML parser for C++ with XPath support.
|
2018-11-12 16:28:55 +01:00
|
|
|
URL: https://pugixml.org/
|
2018-06-20 16:55:14 +02:00
|
|
|
Version: @pugixml_VERSION@
|
2016-09-13 21:03:11 +02:00
|
|
|
Cflags: -I${includedir}
|
2018-04-09 13:48:53 -04:00
|
|
|
Libs: -L${libdir} -lpugixml
|