You've already forked MINGW-packages
mirror of
https://github.com/encounter/MINGW-packages.git
synced 2026-03-30 11:29:58 -07:00
11 lines
218 B
PkgConfig
11 lines
218 B
PkgConfig
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: TinyXml
|
|
Description: simple, small, C++ XML parser
|
|
Version: 2.6.2
|
|
Libs: -L${libdir} -ltinyxml
|
|
Cflags: -I${includedir}
|