1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-06-27 05:59:43 +00:00
reactos/lib/3rdparty/libxml2/libxml-2.0-uninstalled.pc.in

13 lines
286 B
PkgConfig
Raw Normal View History

prefix=
exec_prefix=
libdir=${pcfiledir}
includedir=${pcfiledir}/include
Name: libXML
Version: @VERSION@
Description: libXML library version2.
Requires:
Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
Cflags: -I${includedir} @XML_INCLUDEDIR@ @XML_CFLAGS@