Files
tinyxml/tinyxml.pc
Arvin Schnell d85412ba99 - added pkgconfig support (added tinyxml.pc template file)
- fixed Suggests on tinyxml-docs not specified properly
- changed tinyxml-docs package to noarch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tinyxml?expand=0&rev=27
2025-10-06 06:17:58 +00:00

11 lines
206 B
PkgConfig

prefix=PREFIX
exec_prefix=${prefix}
libdir=LIBDIR
includedir=${prefix}/include
Name: TinyXML
Description: simple, small, C++ XML parser
Version: VERSION
Libs: -L${libdir} -ltinyxml
Cflags: -I${includedir}