Mercurial > minori
comparison dep/pugixml/pugixml.pc @ 364:99c961c91809
core: refactor out byte stream into its own file
easy dubs
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Tue, 16 Jul 2024 21:15:59 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
363:f10507d8f686 | 364:99c961c91809 |
---|---|
1 prefix=/usr | |
2 exec_prefix=${prefix} | |
3 includedir=/usr/include | |
4 libdir=/usr/lib | |
5 | |
6 Name: pugixml | |
7 Description: Light-weight, simple and fast XML parser for C++ with XPath support. | |
8 URL: https://pugixml.org/ | |
9 Version: 1.14 | |
10 Cflags: -I${includedir} | |
11 Libs: -L${libdir} -lpugixml |