add freetype (#227)

This commit is contained in:
李吉林
2022-03-15 17:01:22 +08:00
committed by GitHub
parent a1537c3512
commit d2f3382ab5
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ set_target_properties(crypto PROPERTIES
add_library(freetype STATIC IMPORTED GLOBAL)
set_target_properties(freetype PROPERTIES
IMPORTED_LOCATION ${platform_spec_path}/libfreetype.a
INTERFACE_INCLUDE_DIRECTORIES ${platform_spec_path}/include/freetype
)
add_library(jpeg STATIC IMPORTED GLOBAL)