feat: Arabic/Farsi/Urdu bidi reordering and contextual shaping — PR 1/3 (#2541)
Co-authored-by: Uri Tauber <uritaube@gmail.com>
This commit is contained in:
co-authored by
Uri Tauber
parent
552b2683e6
commit
932a472835
@@ -0,0 +1,14 @@
|
||||
add_executable(CombiningMarkAnchorTest
|
||||
CombiningMarkAnchorTest.cpp
|
||||
)
|
||||
|
||||
target_include_directories(CombiningMarkAnchorTest PRIVATE
|
||||
${REPO_ROOT}/lib/EpdFont
|
||||
)
|
||||
|
||||
target_link_libraries(CombiningMarkAnchorTest PRIVATE
|
||||
crosspoint_test_common
|
||||
GTest::gtest_main
|
||||
)
|
||||
|
||||
gtest_discover_tests(CombiningMarkAnchorTest)
|
||||
Reference in New Issue
Block a user