summaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindFreeType.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/FindFreeType.cmake')
-rw-r--r--cmake/modules/FindFreeType.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/modules/FindFreeType.cmake b/cmake/modules/FindFreeType.cmake
index 8a39555..771819e 100644
--- a/cmake/modules/FindFreeType.cmake
+++ b/cmake/modules/FindFreeType.cmake
@@ -19,7 +19,8 @@ endif()
19 19
20find_path(FREETYPE_INCLUDE_DIR NAMES freetype/freetype.h freetype.h 20find_path(FREETYPE_INCLUDE_DIR NAMES freetype/freetype.h freetype.h
21 PATHS ${PC_FREETYPE_INCLUDEDIR} 21 PATHS ${PC_FREETYPE_INCLUDEDIR}
22 ${PC_FREETYPE_INCLUDE_DIRS}) 22 ${PC_FREETYPE_INCLUDE_DIRS}
23 PATH_SUFFIXES freetype2)
23find_library(FREETYPE_LIBRARY NAMES freetype freetype246MT 24find_library(FREETYPE_LIBRARY NAMES freetype freetype246MT
24 PATHS ${PC_FREETYPE_LIBDIR}) 25 PATHS ${PC_FREETYPE_LIBDIR})
25 26