fix freetype include path

This commit is contained in:
Patrice Jiang 2022-08-12 11:37:09 +08:00
parent 9572c7b209
commit 5fe18959ec
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()