diff options
Diffstat (limited to 'Depends-iOS.cmake')
-rw-r--r-- | Depends-iOS.cmake | 7 |
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 | |||
25 | set (FRIBIDI_FOUND YES) | ||
26 | set (FRIBIDI_LIBRARIES ${IOS_DIR}/lib/libfribidi.a) | ||
27 | |||
28 | set (HARFBUZZ_FOUND YES) | ||
29 | set (HARFBUZZ_LIBRARIES ${IOS_DIR}/lib/libharfbuzz.a) | ||
30 | set (HARFBUZZ_INCLUDE_DIRS ${IOS_DIR}/include/harfbuzz) | ||