summaryrefslogtreecommitdiffstats
path: root/src/cmake
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-07-29 10:22:56 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-07-29 10:22:56 (GMT)
commit2d41575725df93f6503f8357012554c7d47410bd (patch)
tree884a42cafa7945444c3377dae1e6351fd75cb671 /src/cmake
parentd6349ea72a222a10f4c13fed33ff5764239836ab (diff)
downloadmxe-2d41575725df93f6503f8357012554c7d47410bd.zip
mxe-2d41575725df93f6503f8357012554c7d47410bd.tar.gz
mxe-2d41575725df93f6503f8357012554c7d47410bd.tar.bz2
FindFreetype.cmake: add INCLUDE_DIR
Diffstat (limited to 'src/cmake')
-rw-r--r--src/cmake/modules/FindFreetype.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cmake/modules/FindFreetype.cmake b/src/cmake/modules/FindFreetype.cmake
index e436662..44d0675 100644
--- a/src/cmake/modules/FindFreetype.cmake
+++ b/src/cmake/modules/FindFreetype.cmake
@@ -9,4 +9,6 @@ endif()
pkg_check_modules(FREETYPE freetype2)
-set(FREETYPE_LIBRARY ${FREETYPE_LIBRARIES}) #For compatibility
+#For compatibility
+set(FREETYPE_LIBRARY ${FREETYPE_LIBRARIES})
+set(FREETYPE_INCLUDE_DIR ${FREETYPE_INCLUDE_DIRS})