summaryrefslogtreecommitdiff
path: root/Depends-iOS.cmake
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-30 13:11:40 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-30 13:11:40 +0200
commitef1065ac5ae60890d33db772396cb3165ecfa952 (patch)
tree82d85f856bec16e571d1c2707fce90812c316516 /Depends-iOS.cmake
parent5d6e591986be72dcda5e3fc5e8241f315346b01b (diff)
iOS: Use libwebpdecoder in the build
Diffstat (limited to 'Depends-iOS.cmake')
-rw-r--r--Depends-iOS.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Depends-iOS.cmake b/Depends-iOS.cmake
index 96a2f584..912251ca 100644
--- a/Depends-iOS.cmake
+++ b/Depends-iOS.cmake
@@ -22,6 +22,8 @@ set (SDL2_LDFLAGS
22 "-framework UIKit" 22 "-framework UIKit"
23) 23)
24 24
25pkg_check_modules (WEBP IMPORTED_TARGET libwebpdecoder)
26
25set (FRIBIDI_FOUND YES) 27set (FRIBIDI_FOUND YES)
26set (FRIBIDI_LIBRARIES ${IOS_DIR}/lib/libfribidi.a) 28set (FRIBIDI_LIBRARIES ${IOS_DIR}/lib/libfribidi.a)
27 29