summaryrefslogtreecommitdiff
path: root/Depends-iOS.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Depends-iOS.cmake')
-rw-r--r--Depends-iOS.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/Depends-iOS.cmake b/Depends-iOS.cmake
index e0584c92..96a2f584 100644
--- a/Depends-iOS.cmake
+++ b/Depends-iOS.cmake
@@ -21,3 +21,10 @@ set (SDL2_LDFLAGS
21 "-framework QuartzCore" 21 "-framework QuartzCore"
22 "-framework UIKit" 22 "-framework UIKit"
23) 23)
24
25set (FRIBIDI_FOUND YES)
26set (FRIBIDI_LIBRARIES ${IOS_DIR}/lib/libfribidi.a)
27
28set (HARFBUZZ_FOUND YES)
29set (HARFBUZZ_LIBRARIES ${IOS_DIR}/lib/libharfbuzz.a)
30set (HARFBUZZ_INCLUDE_DIRS ${IOS_DIR}/include/harfbuzz)