mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2024-11-30 20:55:59 +00:00
13 lines
297 B
PkgConfig
13 lines
297 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/../include
|
|
libdir=${prefix}/lib
|
|
|
|
Name: pugixml
|
|
Description: Light-weight, simple and fast XML parser for C++ with XPath support.
|
|
URL: https://pugixml.org/
|
|
Version: 1.11
|
|
Cflags: -I"${includedir}"
|
|
Libs: -L"${libdir}" -lpugixml_d
|