Skip to content
Snippets Groups Projects
FreeType.cmake 352 B
Newer Older
  include(FindPkgConfig)

  pkg_check_modules(FREETYPE REQUIRED freetype2)
  set(FREETYPE_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/freetype2/)