mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2025-10-14 00:44:22 -05:00
Initial commit
This commit is contained in:
12
vcpkg/pugixml_x86-windows-static/lib/pkgconfig/pugixml.pc
Normal file
12
vcpkg/pugixml_x86-windows-static/lib/pkgconfig/pugixml.pc
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
Reference in New Issue
Block a user