define WEBP_LIBRARIES path

This commit is contained in:
Emad Dehnavi 2024-06-11 15:11:37 +02:00
parent 31f3c79566
commit 9e77b69176

View File

@ -205,6 +205,7 @@ steps as above but when we call `cmake`, we have some differences:
-DSKIA_DIR=$HOME/deps/skia \
-DSKIA_LIBRARY_DIR=$HOME/deps/skia/out/Release-arm64 \
-DSKIA_LIBRARY=$HOME/deps/skia/out/Release-arm64/libskia.a \
-DWEBP_LIBRARIES=$HOME/deps/skia/out/Release-arm64/libwebp.a \
-DPNG_ARM_NEON:STRING=on \
-G Ninja \
..