mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
|
|
prefix=/app
|
||
|
|
exec_prefix=${prefix}
|
||
|
|
includedir=/app/include
|
||
|
|
libdir=/app/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
|