9 lines
281 B
PkgConfig
9 lines
281 B
PkgConfig
ohos_project_dir=/home/geekyharmony/ohsc/OpenHarmony-5.1.0-Release
|
|
libdir=${ohos_project_dir}/out/surface/thirdparty/libxml2/
|
|
includedir=${ohos_project_dir}/third_party/libxml2/include
|
|
|
|
Name: xml2
|
|
Description: xml2
|
|
Version: 2.9.13
|
|
Libs: -L${libdir} -lxml2.z
|
|
Cflags: -I${includedir} |