view dep/pugixml/pugixml.pc @ 365:f81bed4e04ac

*: megacommit that probably breaks things
author Paper <paper@paper.us.eu.org>
date Wed, 02 Oct 2024 23:06:43 -0400
parents 99c961c91809
children
line wrap: on
line source

prefix=/usr
exec_prefix=${prefix}
includedir=/usr/include
libdir=/usr/lib

Name: pugixml
Description: Light-weight, simple and fast XML parser for C++ with XPath support.
URL: https://pugixml.org/
Version: 1.14
Cflags: -I${includedir}
Libs: -L${libdir} -lpugixml