mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
12 lines
286 B
PkgConfig
12 lines
286 B
PkgConfig
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@
|