Add freetype binary git submodule to replace vcpkg

This commit is contained in:
Mr-Wiseguy
2023-12-18 19:10:15 -05:00
parent a8e6cd112e
commit 92a95eecc7
6 changed files with 7 additions and 22 deletions
+2
View File
@@ -0,0 +1,2 @@
set(FREETYPE_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/lib/freetype-windows-binaries/include)
set(FREETYPE_LIBRARIES "${CMAKE_SOURCE_DIR}/lib/freetype-windows-binaries/release static/vs2015-2022/win64/freetype.lib")