Merge pull request #279 from PatriceJiang/v3.6.1-fix-ohos-freetype
HarmonyOS fix freetype include path
This commit is contained in:
commit
5fa7ac1890
|
|
@ -10,6 +10,7 @@ if (USE_DEBUG_RENDERER)
|
||||||
add_library(freetype STATIC IMPORTED GLOBAL)
|
add_library(freetype STATIC IMPORTED GLOBAL)
|
||||||
set_target_properties(freetype PROPERTIES
|
set_target_properties(freetype PROPERTIES
|
||||||
IMPORTED_LOCATION ${ohos_lib_dir}/libfreetype.a
|
IMPORTED_LOCATION ${ohos_lib_dir}/libfreetype.a
|
||||||
|
INTERFACE_INCLUDE_DIRECTORIES ${platform_spec_path}/include/freetype
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue