diff options
-rw-r--r-- | src/cmake/modules/FindFreetype.cmake | 4 |
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}) |