Files @ r27221:3735cc2cef6b
Branch filter:

Location: cpp/openttd-patchpack/source/src/3rdparty/icu/CMakeLists.txt

Patric Stout
Feature: drop ICU-lx in favour of directly interfacing with harfbuzz

This means we have RTL support again with ICU 58+. It makes use of:
- ICU for bidi-itemization
- ICU for script-itemization
- OpenTTD for style-itemization
- harfbuzz for shaping
1
2
3
4
5
add_files(
    scriptrun.cpp
    scriptrun.h
    CONDITION ICU_i18n_FOUND
)