add freetype include

This commit is contained in:
oahcy 2022-09-06 11:35:59 +08:00
parent fe9c27272b
commit 628922c658
1 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()