Merge pull request #279 from PatriceJiang/v3.6.1-fix-ohos-freetype

HarmonyOS fix freetype include  path
This commit is contained in:
江战 2022-08-12 11:40:01 +08:00 committed by GitHub
commit 5fa7ac1890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
51 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ if (USE_DEBUG_RENDERER)
add_library(freetype STATIC IMPORTED GLOBAL)
set_target_properties(freetype PROPERTIES
IMPORTED_LOCATION ${ohos_lib_dir}/libfreetype.a
INTERFACE_INCLUDE_DIRECTORIES ${platform_spec_path}/include/freetype
)
endif()