Fix build issues
This commit is contained in:
1
3rdParty/msdf/CMakeLists.txt
vendored
1
3rdParty/msdf/CMakeLists.txt
vendored
@@ -93,6 +93,7 @@ function(LinkMsdf TARGET)
|
||||
if (FREETYPE_BUILT_FROM_SOURCES)
|
||||
target_include_directories(${TARGET} PUBLIC ${FREETYPE_INCLUDE_DIR})
|
||||
else()
|
||||
find_package(Freetype REQUIRED)
|
||||
target_include_directories(${TARGET} PUBLIC ${FREETYPE_INCLUDE_DIRS})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user