You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
368 B
12 lines
368 B
include(functions/FetchContent_ExcludeFromAll_backport) |
|
include(FetchContent) |
|
|
|
set(BUILD_TESTING OFF) |
|
set(ASAN OFF) |
|
set(UBSAN OFF) |
|
|
|
FetchContent_Declare_ExcludeFromAll(SheenBidi |
|
URL https://github.com/Tehreer/SheenBidi/archive/refs/tags/v2.9.0.tar.gz |
|
URL_HASH MD5=2c22cfad93a52afa7bd25ad56a3a4089 |
|
) |
|
FetchContent_MakeAvailable_ExcludeFromAll(SheenBidi)
|
|
|