This commit is contained in:
yangchao 2022-03-31 19:38:00 +08:00
parent 2456387643
commit 28747455c4
51 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ set_target_properties(sdl2 PROPERTIES
add_library(freetype STATIC IMPORTED GLOBAL)
set_target_properties(freetype PROPERTIES
IMPORTED_LOCATION ${linux_lib_dir}/freetype/libfreetype.a
INTERFACE_INCLUDE_DIRECTORIES ${platform_spec_path}/include/freetype2
INTERFACE_INCLUDE_DIRECTORIES ${platform_spec_path}/include/freetype
)
#glslang