You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
359 B
13 lines
359 B
prefix=@prefix@ |
|
exec_prefix=@exec_prefix@ |
|
libdir=@libdir@ |
|
includedir=@includedir@ |
|
modules=@WITH_MODULES@ |
|
|
|
Name: libXML |
|
Version: @VERSION@ |
|
Description: libXML library version2. |
|
Requires: |
|
Libs: -L${libdir} -lxml2 |
|
Libs.private: @ICU_LIBS@ @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@ |
|
Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@
|
|
|