mirror of
https://github.com/openharmony/third_party_libxml2.git
synced 2026-08-24 23:31:27 -04:00
9 lines
210 B
Bash
9 lines
210 B
Bash
#
|
|
# Configuration file for using the XML library in GNOME applications
|
|
#
|
|
XML2_LIBDIR="@XML_LIBDIR@"
|
|
XML2_LIBS="@XML_LIBS@ @XML_PRIVATE_LIBS@"
|
|
XML2_INCLUDEDIR="@XML_INCLUDEDIR@"
|
|
MODULE_VERSION="xml2-@VERSION@"
|
|
|